add new kernel -> user space messages
Send notifications to user space that a connection is offloaded and
closed
Also update user space library and sample program accordingly
Change-Id: Iee6edc4d28b5fbbcb58d68cd72ad31ec79ef1752
Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
diff --git a/fast-classifier/fast-classifier.h b/fast-classifier/fast-classifier.h
index d9bb95a..759c1d5 100644
--- a/fast-classifier/fast-classifier.h
+++ b/fast-classifier/fast-classifier.h
@@ -5,3 +5,5 @@
void fast_classifier_ipv4_offload(unsigned char proto, unsigned long src_saddr,
unsigned long dst_saddr, unsigned short sport,
unsigned short dport);
+
+void fast_classifier_listen_for_messages(void);