013.c 560 B

123456789101112
  1. struct GNUNET_PEERSTORE_StoreContext *
  2. GNUNET_PEERSTORE_store (struct GNUNET_PEERSTORE_Handle *h,
  3. const char *sub_system,
  4. const struct GNUNET_PeerIdentity *peer,
  5. const char *key,
  6. const void *value,
  7. size_t size,
  8. struct GNUNET_TIME_Absolute expiry,
  9. enum GNUNET_PEERSTORE_StoreOption options,
  10. GNUNET_PEERSTORE_Continuation cont,
  11. void *cont_cls);