Check that you are not present in trail twice
[oweals/gnunet.git] / src / core / gnunet-service-core.h
index e48ad8badbadde02ab5b2e1a99e362130ad66901..8d3e8ee2ac2f68e0310349d9d013c41447dba178 100644 (file)
@@ -27,6 +27,7 @@
 #define GNUNET_SERVICE_CORE_H
 
 #include "gnunet_statistics_service.h"
+#include "gnunet_core_service.h"
 #include "core.h"
 
 /**
@@ -73,7 +74,7 @@ struct GSC_ClientActiveRequest
   /**
    * How important is this request.
    */
-  uint32_t priority;
+  enum GNUNET_CORE_Priority priority;
 
   /**
    * Has this request been solicited yet?