gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r381 - GNUnet/src/applications/fs/tools
Date: Sun, 6 Mar 2005 01:18:39 -0800 (PST)

Author: grothoff
Date: 2005-03-06 01:18:38 -0800 (Sun, 06 Mar 2005)
New Revision: 381

Modified:
   GNUnet/src/applications/fs/tools/gnunet-directory.c
Log:
gnunet-directory track

Modified: GNUnet/src/applications/fs/tools/gnunet-directory.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-directory.c 2005-03-06 09:05:26 UTC 
(rev 380)
+++ GNUnet/src/applications/fs/tools/gnunet-directory.c 2005-03-06 09:18:38 UTC 
(rev 381)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2002, 2003, 2004 Christian Grothoff (and other contributing authors)
+     (C) 2002, 2003, 2004, 2005 Christian Grothoff (and other contributing 
authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -142,12 +142,13 @@
       LONG_DEFAULT_OPTIONS,
       { "kill",    0, 0, 'k' },
       { "list",    0, 0, 'l' },
+      { "track",   0, 0, 't' },
       { 0,0,0,0 }
     };
     
     c = GNgetopt_long(argc,
                      argv, 
-                     "c:hklL:v",
+                     "c:hklL:tv",
                      long_options, 
                      &option_index);    
     if (c == -1) 
@@ -164,6 +165,9 @@
     case 'l':
       do_list = YES;
       break;
+    case 't':
+      do_track = YES;
+      break;
     case 'v': 
       printf("GNUnet v%s, gnunet-directory v%s\n",
             VERSION, 





reply via email to

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