Mostly polling and timeout support
Support poll timeouts for controller messages
Support poll and timeouts for dataplane messages
Changed name of dataplane pkt get to 'poll'
Six basic test cases now passing on LB4G
Added test-framework assertion
Added additional files to lint checking
diff --git a/tools/munger/Makefile b/tools/munger/Makefile
index 4e979d2..c89b937 100644
--- a/tools/munger/Makefile
+++ b/tools/munger/Makefile
@@ -29,7 +29,8 @@
# Generated and other files
GEN_FILES := $(addprefix ${TARGET_DIR}/,cstruct.py message.py error.py action.py)
-OTHER_FILES := $(addprefix ${TARGET_DIR}/,action_list.py parse.py)
+OTHER_FILES := $(addprefix ${TARGET_DIR}/,action_list.py parse.py \
+ controller.py dataplane.py)
LINT_SOURCE := ${GEN_FILES} ${OTHER_FILES}
LINT_FILES := $(subst .py,.log,${LINT_SOURCE})
LINT_FILES := $(subst ${TARGET_DIR}/,lint/,${LINT_FILES})