diff options
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/protocol.h b/src/protocol.h index b0b964e..6813729 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -7,6 +7,11 @@ #include <netinet/in.h> +#define PRNE_PROONE_EC_OK 0 +#define PRNE_PROONE_EC_FAIL 1 +#define PRNE_PROONE_EC_LOCK 3 + + typedef struct prne_net_endpoint prne_net_endpoint_t; typedef struct prne_ip_addr prne_ip_addr_t; typedef struct prne_host_cred prne_host_cred_t; |