aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup-gns-edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/gnunet-setup-gns-edit.h')
-rw-r--r--src/setup/gnunet-setup-gns-edit.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/setup/gnunet-setup-gns-edit.h b/src/setup/gnunet-setup-gns-edit.h
index 9a305560..c6fc1fad 100644
--- a/src/setup/gnunet-setup-gns-edit.h
+++ b/src/setup/gnunet-setup-gns-edit.h
@@ -95,6 +95,18 @@ struct EditDialogContext
95 GtkDialog *dialog; 95 GtkDialog *dialog;
96 96
97 /** 97 /**
98 * Context for loading/generating the zone key for the target zone
99 * (used if the edit operation causes the record to be moved).
100 */
101 struct GNUNET_CRYPTO_RsaKeyGenerationContext *rkgc;
102
103 /**
104 * Associated namestore operation.
105 * (used if the edit operation causes the record to be moved).
106 */
107 struct GNUNET_NAMESTORE_QueueEntry *qe;
108
109 /**
98 * Old name of the record (for deletion). 110 * Old name of the record (for deletion).
99 */ 111 */
100 gchar *n_name; 112 gchar *n_name;
@@ -120,6 +132,11 @@ struct EditDialogContext
120 int old_record_in_namestore; 132 int old_record_in_namestore;
121 133
122 /** 134 /**
135 * Type of the record.
136 */
137 uint32_t record_type;
138
139 /**
123 * Is this record 'public'? 140 * Is this record 'public'?
124 */ 141 */
125 gboolean n_public; 142 gboolean n_public;