gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9532 - GNUnet/src/applications/fs/tools


From: gnunet
Subject: [GNUnet-SVN] r9532 - GNUnet/src/applications/fs/tools
Date: Sun, 15 Nov 2009 15:07:54 -0700

Author: grothoff
Date: 2009-11-15 15:07:54 -0700 (Sun, 15 Nov 2009)
New Revision: 9532

Modified:
   GNUnet/src/applications/fs/tools/gnunet-pseudonym.c
Log:
provide option to change priority

Modified: GNUnet/src/applications/fs/tools/gnunet-pseudonym.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-pseudonym.c 2009-11-15 22:06:18 UTC 
(rev 9531)
+++ GNUnet/src/applications/fs/tools/gnunet-pseudonym.c 2009-11-15 22:07:54 UTC 
(rev 9532)
@@ -95,6 +95,9 @@
    gettext_noop
    ("do not generate an advertisement for this namespace (use when creating a 
new pseudonym)"),
    0, &GNUNET_getopt_configure_set_one, &no_advertisement},
+  {'p', "priority", "PRIORITY",
+   gettext_noop ("specify the priority of the content"),
+   1, &GNUNET_getopt_configure_set_uint, &priority},
   {'q', "quiet", NULL,
    gettext_noop ("do not list the pseudonyms from the pseudonym database"),
    0, &GNUNET_getopt_configure_set_one, &be_quiet},





reply via email to

[Prev in Thread] Current Thread [Next in Thread]