From 1a02682d0695509bb8255b2d10dee48c61d83c34 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Wed, 27 Apr 2016 18:36:31 +0200 Subject: lib: client-side flow allocation flow allocation now propagates on the client side up to the IPCP. added UNKNOWN_AP and UNKNOWN_AE definitions to dev.h --- include/ouroboros/dev.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/ouroboros/dev.h') 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 +#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); -- cgit v1.2.3