summaryrefslogtreecommitdiffstats
path: root/src/lex.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-04-13 18:21:17 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-04-13 18:21:17 +0200
commite628a01fffba231a1f0f729bdb509abcba6e6f0b (patch)
tree56e71649d6036116ea3d78a28af4f6876625ec72 /src/lex.c
parent7cac6770e0b380d6e5f37b9fad71c9f7f15952ba (diff)
downloadfastd-e628a01fffba231a1f0f729bdb509abcba6e6f0b.tar
fastd-e628a01fffba231a1f0f729bdb509abcba6e6f0b.zip
Add on-connect hook
Diffstat (limited to 'src/lex.c')
-rw-r--r--src/lex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lex.c b/src/lex.c
index d5f4c4f..92a3866 100644
--- a/src/lex.c
+++ b/src/lex.c
@@ -56,6 +56,7 @@ static const keyword_t keywords[] = {
{ "bind", TOK_BIND },
{ "capabilities", TOK_CAPABILITIES },
{ "cipher", TOK_CIPHER },
+ { "connect", TOK_CONNECT },
{ "debug", TOK_DEBUG },
{ "debug2", TOK_DEBUG2 },
{ "default", TOK_DEFAULT },