summaryrefslogtreecommitdiff
path: root/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'monitor.h')
-rw-r--r--monitor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor.h b/monitor.h
index 315ef996d..3c13706a8 100644
--- a/monitor.h
+++ b/monitor.h
@@ -73,6 +73,8 @@ enum monitor_reqtype {
73 MONITOR_REQ_GSSSIGN = 150, MONITOR_ANS_GSSSIGN = 151, 73 MONITOR_REQ_GSSSIGN = 150, MONITOR_ANS_GSSSIGN = 151,
74 MONITOR_REQ_GSSUPCREDS = 152, MONITOR_ANS_GSSUPCREDS = 153, 74 MONITOR_REQ_GSSUPCREDS = 152, MONITOR_ANS_GSSUPCREDS = 153,
75 75
76 MONITOR_REQ_AUTHROLE = 154,
77
76}; 78};
77 79
78struct mm_master; 80struct mm_master;