X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Ffrontend%2Fscanner.l;h=ab8b80daf560459822714f473ebc7a5adc76f21f;hb=6c4a4e0023372ac71b99a089deb0331735977839;hp=6781122c3c2b830547b66a0fe82a7e57b3f15cb4;hpb=5d27dd094076ccb02ee387b7f9eb8bc7c24254e5;p=sysdb.git diff --git a/src/frontend/scanner.l b/src/frontend/scanner.l index 6781122..ab8b80d 100644 --- a/src/frontend/scanner.l +++ b/src/frontend/scanner.l @@ -59,6 +59,7 @@ static struct { { "FILTER", FILTER }, { "IN", IN }, { "IS", IS }, + { "LAST", LAST }, { "LIST", LIST }, { "LOOKUP", LOOKUP }, { "MATCHING", MATCHING }, @@ -66,7 +67,9 @@ static struct { { "NULL", NULL_T }, { "OR", OR }, { "START", START }, + { "STORE", STORE }, { "TIMESERIES", TIMESERIES }, + { "UPDATE", UPDATE }, /* object types */ { "host", HOST_T }, @@ -83,6 +86,7 @@ static struct { { "age", AGE_T }, { "interval", INTERVAL_T }, { "backend", BACKEND_T }, + { "value", VALUE_T }, }; void