aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-03-21 13:54:28 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-03-21 13:54:28 +0100
commit4e95b59a6f3cd35c9c1b5dcdc6320f0e0dfef79b (patch)
tree22f87fcea0ea417a7a3ca8b900c3e6c891c28088 /src/namestore/namestore.h
parentec8a825b0e56c692c4879db10c6b25cd26bb42e4 (diff)
downloadgnunet-4e95b59a6f3cd35c9c1b5dcdc6320f0e0dfef79b.tar.gz
gnunet-4e95b59a6f3cd35c9c1b5dcdc6320f0e0dfef79b.zip
NAMESTORE: Towards new transaction-based API
Diffstat (limited to 'src/namestore/namestore.h')
-rw-r--r--src/namestore/namestore.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index 0f3ffa837..583ec1e68 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -68,11 +68,6 @@ struct RecordStoreMessage
68 struct GNUNET_TIME_AbsoluteNBO expire; 68 struct GNUNET_TIME_AbsoluteNBO expire;
69 69
70 /** 70 /**
71 * Unock the label with this request.
72 */
73 uint32_t locking GNUNET_PACKED;
74
75 /**
76 * Name length 71 * Name length
77 */ 72 */
78 uint16_t name_len GNUNET_PACKED; 73 uint16_t name_len GNUNET_PACKED;
@@ -151,11 +146,6 @@ struct LabelLookupMessage
151 uint32_t label_len GNUNET_PACKED; 146 uint32_t label_len GNUNET_PACKED;
152 147
153 /** 148 /**
154 * Lock the label with this lookup
155 */
156 uint32_t locking GNUNET_PACKED;
157
158 /**
159 * The private key of the zone to look up in 149 * The private key of the zone to look up in
160 */ 150 */
161 struct GNUNET_IDENTITY_PrivateKey zone; 151 struct GNUNET_IDENTITY_PrivateKey zone;