gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r6363 - GNUnet/src/applications/fs/tools
Date: Sun, 17 Feb 2008 23:02:27 -0700 (MST)

Author: grothoff
Date: 2008-02-17 23:02:26 -0700 (Sun, 17 Feb 2008)
New Revision: 6363

Modified:
   GNUnet/src/applications/fs/tools/gnunet-auto-share.c
Log:
tolerate suspend-resume

Modified: GNUnet/src/applications/fs/tools/gnunet-auto-share.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-auto-share.c        2008-02-18 
05:27:46 UTC (rev 6362)
+++ GNUnet/src/applications/fs/tools/gnunet-auto-share.c        2008-02-18 
06:02:26 UTC (rev 6363)
@@ -109,6 +109,8 @@
       break;
     case GNUNET_FSUI_upload_started:
     case GNUNET_FSUI_upload_stopped:
+    case GNUNET_FSUI_upload_suspended:
+    case GNUNET_FSUI_upload_resumed:
       break;
     default:
       fprintf (myout, _("\nUnexpected event: %d\n"), event->type);





reply via email to

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