diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-07-09 15:38:31 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-07-11 10:47:57 +0200 |
commit | 93ed0b44a196d43771a6df24831db4ba3a60ef1b (patch) | |
tree | 743baadcf9a7659f6f7f9ff68b630afeaa280828 /include | |
parent | a4058de51793b7b866ad9b9f52001bb34ca57e8b (diff) | |
download | ouroboros-93ed0b44a196d43771a6df24831db4ba3a60ef1b.tar.gz ouroboros-93ed0b44a196d43771a6df24831db4ba3a60ef1b.zip |
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.
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/irm_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |