summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/token.l
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/hastd/token.l')
-rw-r--r--sbin/hastd/token.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/hastd/token.l b/sbin/hastd/token.l
index 1992b77..389dfed 100644
--- a/sbin/hastd/token.l
+++ b/sbin/hastd/token.l
@@ -57,6 +57,7 @@ resource { DP; return RESOURCE; }
name { DP; return NAME; }
local { DP; return LOCAL; }
remote { DP; return REMOTE; }
+source { DP; return SOURCE; }
on { DP; return ON; }
fullsync { DP; return FULLSYNC; }
memsync { DP; return MEMSYNC; }
OpenPOWER on IntegriCloud