aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-dht-put.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-04-05 14:47:28 +0000
committerNathan S. Evans <evans@in.tum.de>2010-04-05 14:47:28 +0000
commit05aa3418d8abd5f9ff35b130fdc59e52e3c9df9b (patch)
tree5ac77291332ea251bf16918739cf5beac13fb2f5 /src/dht/gnunet-dht-put.c
parent086481b8012d98192db673c3e066c74415c345a7 (diff)
downloadgnunet-05aa3418d8abd5f9ff35b130fdc59e52e3c9df9b.tar.gz
gnunet-05aa3418d8abd5f9ff35b130fdc59e52e3c9df9b.zip
put and get testcase
Diffstat (limited to 'src/dht/gnunet-dht-put.c')
-rw-r--r--src/dht/gnunet-dht-put.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dht/gnunet-dht-put.c b/src/dht/gnunet-dht-put.c
index 4d25847fb..db3f11811 100644
--- a/src/dht/gnunet-dht-put.c
+++ b/src/dht/gnunet-dht-put.c
@@ -183,13 +183,13 @@ static struct GNUNET_GETOPT_CommandLineOption options[] = {
183 1, &GNUNET_GETOPT_set_string, &data}, 183 1, &GNUNET_GETOPT_set_string, &data},
184 {'t', "type", "TYPE", 184 {'t', "type", "TYPE",
185 gettext_noop ("the type to insert data as"), 185 gettext_noop ("the type to insert data as"),
186 0, &GNUNET_GETOPT_set_uint, &query_type}, 186 1, &GNUNET_GETOPT_set_uint, &query_type},
187 {'T', "timeout", "TIMEOUT", 187 {'T', "timeout", "TIMEOUT",
188 gettext_noop ("how long to execute this query before giving up?"), 188 gettext_noop ("how long to execute this query before giving up?"),
189 0, &GNUNET_GETOPT_set_ulong, &timeout_request}, 189 1, &GNUNET_GETOPT_set_ulong, &timeout_request},
190 {'e', "expiration", "EXPIRATION", 190 {'e', "expiration", "EXPIRATION",
191 gettext_noop ("how long to store this entry in the dht (in seconds)"), 191 gettext_noop ("how long to store this entry in the dht (in seconds)"),
192 0, &GNUNET_GETOPT_set_ulong, &expiration_seconds}, 192 1, &GNUNET_GETOPT_set_ulong, &expiration_seconds},
193 {'V', "verbose", NULL, 193 {'V', "verbose", NULL,
194 gettext_noop ("be verbose (print progress information)"), 194 gettext_noop ("be verbose (print progress information)"),
195 0, &GNUNET_GETOPT_set_one, &verbose}, 195 0, &GNUNET_GETOPT_set_one, &verbose},