diff options
Diffstat (limited to 'src/starter/keywords.h')
-rw-r--r-- | src/starter/keywords.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/starter/keywords.h b/src/starter/keywords.h index 6c3907a6a..c845b30be 100644 --- a/src/starter/keywords.h +++ b/src/starter/keywords.h @@ -96,9 +96,10 @@ typedef enum { KW_MEDIATION, KW_MEDIATED_BY, KW_ME_PEERID, + KW_REQID, #define KW_CONN_FIRST KW_CONN_SETUP -#define KW_CONN_LAST KW_ME_PEERID +#define KW_CONN_LAST KW_REQID /* ca section keywords */ KW_CA_NAME, |