Missing identity creation context. More...
Data Fields | |
| struct MissingZoneCreationCtx * | next |
| struct MissingZoneCreationCtx * | prev |
| struct GNUNET_IDENTITY_Operation * | id_op |
| struct GNUNET_NAMESTORE_QueueEntry * | ns_qe |
| struct Job * | job |
| char * | name |
| struct Request * | req |
Missing identity creation context.
Definition at line 102 of file gnunet-namestore-zonefile.c.
| struct MissingZoneCreationCtx * MissingZoneCreationCtx::next |
Definition at line 105 of file gnunet-namestore-zonefile.c.
Referenced by queue().
| struct MissingZoneCreationCtx * MissingZoneCreationCtx::prev |
Definition at line 108 of file gnunet-namestore-zonefile.c.
| struct GNUNET_IDENTITY_Operation * MissingZoneCreationCtx::id_op |
Definition at line 111 of file gnunet-namestore-zonefile.c.
Referenced by do_shutdown(), missing_zone_creation_cont(), and queue().
| struct GNUNET_NAMESTORE_QueueEntry * MissingZoneCreationCtx::ns_qe |
Definition at line 114 of file gnunet-namestore-zonefile.c.
Referenced by delegation_store_cont(), do_shutdown(), and missing_zone_creation_cont().
| struct Job* MissingZoneCreationCtx::job |
Definition at line 117 of file gnunet-namestore-zonefile.c.
| char* MissingZoneCreationCtx::name |
Definition at line 120 of file gnunet-namestore-zonefile.c.
| struct Request* MissingZoneCreationCtx::req |
Definition at line 237 of file gnunet-zoneimport.c.
Referenced by do_shutdown(), missing_zone_creation_cont(), and queue().