summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-04-27 19:05:07 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-04-27 19:05:07 +0200
commitd697babdbe0671b5d9a4cf4e0e46234f5045faef (patch)
tree02f9df75cdb4142a843d04c8727e917c77c20f7d /include
parent711789580dc6ee3a1a22b8fee63f5eff7e7dbb5e (diff)
parent1a02682d0695509bb8255b2d10dee48c61d83c34 (diff)
downloadouroboros-d697babdbe0671b5d9a4cf4e0e46234f5045faef.tar.gz
ouroboros-d697babdbe0671b5d9a4cf4e0e46234f5045faef.zip
Merged in dstaesse/ouroboros/udp-flow-alloc (pull request #63)
lib: client-side flow allocation
Diffstat (limited to 'include')
-rw-r--r--include/ouroboros/dev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ouroboros/dev.h b/include/ouroboros/dev.h
index b2507fbf..414273ef 100644
--- a/include/ouroboros/dev.h
+++ b/include/ouroboros/dev.h
@@ -25,6 +25,9 @@
#include <ouroboros/common.h>
+#define UNKNOWN_AP "__UNKNOWN_AP__"
+#define UNKNOWN_AE "__UNKNOWN_AE__"
+
/* Returns file descriptor */
int ap_reg(char * ap_name, char ** difs, size_t difs_size);
int ap_unreg(char * ap_name, char ** difs, size_t difs_size);