aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-03 14:11:03 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-03 14:11:03 +0000
commitb2e99dd91c01b5fcc16b3b1031df897aeec05eef (patch)
tree31caea8a19fd943f8a9f7f7f3c19e52e11d95a77 /src/ats/ats.h
parent55cecdea8638fa23c68e7ade7a8d5629da658f9e (diff)
downloadgnunet-b2e99dd91c01b5fcc16b3b1031df897aeec05eef.tar.gz
gnunet-b2e99dd91c01b5fcc16b3b1031df897aeec05eef.zip
separate ATS connectivity suggestions from ATS scheduling API
Diffstat (limited to 'src/ats/ats.h')
-rw-r--r--src/ats/ats.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ats/ats.h b/src/ats/ats.h
index b6750da10..482b7b4b3 100644
--- a/src/ats/ats.h
+++ b/src/ats/ats.h
@@ -50,7 +50,12 @@ enum StartFlag
50 * Performance monitoring client that does NOT want to learn 50 * Performance monitoring client that does NOT want to learn
51 * about changes in performance characteristics. 51 * about changes in performance characteristics.
52 */ 52 */
53 START_FLAG_PERFORMANCE_NO_PIC = 2 53 START_FLAG_PERFORMANCE_NO_PIC = 2,
54
55 /**
56 * Connection suggestion handle.
57 */
58 START_FLAG_CONNECTION_SUGGESTION = 3
54}; 59};
55 60
56 61