From 93ed0b44a196d43771a6df24831db4ba3a60ef1b Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Sat, 9 Jul 2016 15:38:31 +0200 Subject: irmd: Refactor of registry Easier names for the functions.The registry now uses a single list to keep track of applications (bindings), moved the auto_exec state per binding. --- include/ouroboros/irm_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/ouroboros/irm_config.h b/include/ouroboros/irm_config.h index d5f2b565..dd68e4ec 100644 --- a/include/ouroboros/irm_config.h +++ b/include/ouroboros/irm_config.h @@ -31,6 +31,8 @@ #define BIND_AP_AUTO 0x01 #define BIND_AP_UNIQUE 0x02 +#define UNBIND_AP_HARD 0x01 + enum ipcp_type { IPCP_NORMAL = 0, IPCP_LOCAL, -- cgit v1.2.3