expose our hello to plugins
[oweals/gnunet.git] / src / fs / test_fs_download_persistence.c
index 82e19a7979957a98f78afc591519fc3e83bcff7b..ffd66c52d2c52918efabee9fa274a347b86e4415 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
@@ -241,12 +241,12 @@ progress_cb (void *cls,
                                NULL);
       break;
     case GNUNET_FS_STATUS_PUBLISH_SUSPEND:
-      GNUNET_assert (event->value.publish.sc == publish);
+      GNUNET_assert (event->value.publish.pc == publish);
       publish = NULL;
       break;
     case GNUNET_FS_STATUS_PUBLISH_RESUME:
       GNUNET_assert (NULL == publish);
-      publish = event->value.publish.sc;
+      publish = event->value.publish.pc;
       break;
     case GNUNET_FS_STATUS_DOWNLOAD_SUSPEND:
       GNUNET_assert (event->value.download.dc == download);
@@ -270,7 +270,7 @@ progress_cb (void *cls,
       GNUNET_assert (1 == event->value.publish.anonymity);
       break;
     case GNUNET_FS_STATUS_PUBLISH_STOPPED:
-      GNUNET_assert (publish == event->value.publish.sc);
+      GNUNET_assert (publish == event->value.publish.pc);
       GNUNET_assert (FILESIZE == event->value.publish.size);
       GNUNET_assert (1 == event->value.publish.anonymity);
       GNUNET_FS_stop (fs);