diff options
Diffstat (limited to 'monitor.h')
-rw-r--r-- | monitor.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ||
78 | struct mm_master; | 80 | struct mm_master; |