From 7cac6770e0b380d6e5f37b9fad71c9f7f15952ba Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 11 Apr 2014 18:56:47 +0200 Subject: Add support for async commands --- src/lex.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lex.c') diff --git a/src/lex.c b/src/lex.c index 991a136..d5f4c4f 100644 --- a/src/lex.c +++ b/src/lex.c @@ -51,6 +51,7 @@ static const keyword_t keywords[] = { { "addresses", TOK_ADDRESSES }, { "any", TOK_ANY }, { "as", TOK_AS }, + { "async", TOK_ASYNC }, { "auto", TOK_AUTO }, { "bind", TOK_BIND }, { "capabilities", TOK_CAPABILITIES }, @@ -100,6 +101,7 @@ static const keyword_t keywords[] = { { "secret", TOK_SECRET }, { "secure", TOK_SECURE }, { "stderr", TOK_STDERR }, + { "sync", TOK_SYNC }, { "syslog", TOK_SYSLOG }, { "tap", TOK_TAP }, { "to", TOK_TO }, -- cgit v1.2.3