client_manager: add API for async operations
[oweals/gnunet.git] / src / include / gnunet_applications.h
index b5fc6bfe3cc340464fe4fef2961da7d762ac1503..1dbaa1abb4bfa867fb81e8d952f9745b6ffb1c7e 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 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
@@ -106,6 +106,16 @@ extern "C"
  */
 #define GNUNET_APPLICATION_TYPE_SENSORDASHBOARD 24
 
+/**
+ * Application offering sensor updates
+ */
+#define GNUNET_APPLICATION_TYPE_SENSORUPDATE 25
+
+/**
+ * Multicast data.
+ */
+#define GNUNET_APPLICATION_TYPE_MULTICAST 26
+
 
 #if 0                           /* keep Emacsens' auto-indent happy */
 {