Context for the SKS publication. More...
Data Fields | |
struct GNUNET_FS_Uri * | uri |
URI of the new entry in the namespace. More... | |
struct NamespaceUpdateNode * | nsn |
Namespace update node to add to namespace on success (or to be deleted if publishing failed). More... | |
struct GNUNET_CRYPTO_EcdsaPrivateKey | ns |
Namespace we're publishing to. More... | |
struct GNUNET_DATASTORE_Handle * | dsh |
Handle to the datastore. More... | |
struct GNUNET_FS_Handle * | h |
Handle to FS. More... | |
GNUNET_FS_PublishContinuation | cont |
Function to call once we're done. More... | |
void * | cont_cls |
Closure for cont. More... | |
struct GNUNET_FS_PublishUblockContext * | uc |
Handle for our UBlock operation request. More... | |
Context for the SKS publication.
Definition at line 348 of file fs_namespace.c.
struct GNUNET_FS_Uri* GNUNET_FS_PublishSksContext::uri |
URI of the new entry in the namespace.
Definition at line 353 of file fs_namespace.c.
Referenced by GNUNET_FS_publish_sks(), GNUNET_FS_publish_sks_cancel(), and sks_publish_cont().
struct NamespaceUpdateNode* GNUNET_FS_PublishSksContext::nsn |
Namespace update node to add to namespace on success (or to be deleted if publishing failed).
Definition at line 359 of file fs_namespace.c.
Referenced by GNUNET_FS_publish_sks(), GNUNET_FS_publish_sks_cancel(), and sks_publish_cont().
struct GNUNET_CRYPTO_EcdsaPrivateKey GNUNET_FS_PublishSksContext::ns |
Namespace we're publishing to.
Definition at line 364 of file fs_namespace.c.
Referenced by GNUNET_FS_publish_sks(), and sks_publish_cont().
struct GNUNET_DATASTORE_Handle* GNUNET_FS_PublishSksContext::dsh |
Handle to the datastore.
Definition at line 369 of file fs_namespace.c.
Referenced by GNUNET_FS_publish_sks(), and GNUNET_FS_publish_sks_cancel().
struct GNUNET_FS_Handle* GNUNET_FS_PublishSksContext::h |
Handle to FS.
Definition at line 374 of file fs_namespace.c.
Referenced by GNUNET_FS_publish_sks(), and sks_publish_cont().
GNUNET_FS_PublishContinuation GNUNET_FS_PublishSksContext::cont |
Function to call once we're done.
Definition at line 379 of file fs_namespace.c.
Referenced by GNUNET_FS_publish_sks(), and sks_publish_cont().
void* GNUNET_FS_PublishSksContext::cont_cls |
Closure for cont.
Definition at line 384 of file fs_namespace.c.
Referenced by GNUNET_FS_publish_sks(), and sks_publish_cont().
struct GNUNET_FS_PublishUblockContext* GNUNET_FS_PublishSksContext::uc |
Handle for our UBlock operation request.
Definition at line 389 of file fs_namespace.c.
Referenced by GNUNET_FS_publish_sks(), GNUNET_FS_publish_sks_cancel(), and sks_publish_cont().