aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats.h
diff options
context:
space:
mode:
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