aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-01-30 18:24:13 +0000
committerChristian Grothoff <christian@grothoff.org>2014-01-30 18:24:13 +0000
commit6fd0a7efde08115b568b99b7755861a50f1b6c2e (patch)
treed8d712f0a5cafe18ddf8ff33296ff24b30beae7f /src/core/gnunet-service-core.h
parent6a4c5ee6195fb7a6fcf90b1bae5ca36926e82023 (diff)
downloadgnunet-6fd0a7efde08115b568b99b7755861a50f1b6c2e.tar.gz
gnunet-6fd0a7efde08115b568b99b7755861a50f1b6c2e.zip
towards reviving priorities in core API, this time with enum to make classes clearer
Diffstat (limited to 'src/core/gnunet-service-core.h')
-rw-r--r--src/core/gnunet-service-core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/gnunet-service-core.h b/src/core/gnunet-service-core.h
index e48ad8bad..8d3e8ee2a 100644
--- a/src/core/gnunet-service-core.h
+++ b/src/core/gnunet-service-core.h
@@ -27,6 +27,7 @@
27#define GNUNET_SERVICE_CORE_H 27#define GNUNET_SERVICE_CORE_H
28 28
29#include "gnunet_statistics_service.h" 29#include "gnunet_statistics_service.h"
30#include "gnunet_core_service.h"
30#include "core.h" 31#include "core.h"
31 32
32/** 33/**
@@ -73,7 +74,7 @@ struct GSC_ClientActiveRequest
73 /** 74 /**
74 * How important is this request. 75 * How important is this request.
75 */ 76 */
76 uint32_t priority; 77 enum GNUNET_CORE_Priority priority;
77 78
78 /** 79 /**
79 * Has this request been solicited yet? 80 * Has this request been solicited yet?