diff --git a/src/ffi/mod.rs b/src/ffi/mod.rs index 0706e9016a68b434f3c54b501f48044661ec6e9e..7f1b00fc9b15e9adb9ce3726cecc07290bb600f6 100644 --- a/src/ffi/mod.rs +++ b/src/ffi/mod.rs @@ -79,7 +79,7 @@ thread_local! { pub const ERR_OK: c_int = 0; pub const ERR_REOWOLF: c_int = -1; pub const WRONG_STATE: c_int = -2; -pub const CC_MAP_LOCK_POISONED: c_int = -3; +pub const LOCK_POISONED: c_int = -3; pub const CLOSE_FAIL: c_int = -4; pub const BAD_FD: c_int = -5; pub const CONNECT_FAILED: c_int = -6;