-keep track of messages passed to mq
[oweals/gnunet.git] / src / sensor / gnunet-service-sensor_reporting.c
index d08d67449f96af708e3fb562ecdff82e608a8e31..4ea570ccd4e2a89899da29fb06f2a8b50bbde1b3 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C)
+     Copyright (C)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -14,8 +14,8 @@
 
      You should have received a copy of the GNU General Public License
      along with GNUnet; see the file COPYING.  If not, write to the
-     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-     Boston, MA 02111-1307, USA.
+     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+     Boston, MA 02110-1301, USA.
 */
 
 /**
@@ -162,9 +162,9 @@ struct ValueInfo
   struct GNUNET_PEERSTORE_WatchContext *wc;
 
   /**
-   * Collection point reporting task (or #NULL)
+   * Collection point reporting task (or NULL)
    */
-  struct GNUNET_SCHEDULER_Task * reporting_task;
+  struct GNUNET_SCHEDULER_Task *reporting_task;
 
 };