mirror of
https://github.com/strongswan/strongswan.git
synced 2025-11-27 00:00:29 -05:00
- added status_t NOT_SUPPORTED
This commit is contained in:
parent
ddd639f697
commit
8ccd0b01f9
@ -28,7 +28,8 @@ typedef enum status_e {
|
||||
SUCCESS,
|
||||
FAILED,
|
||||
OUT_OF_RES,
|
||||
ALREADY_DONE
|
||||
ALREADY_DONE,
|
||||
NOT_SUPPORTED
|
||||
} status_t;
|
||||
|
||||
typedef struct timeval timeval_t;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user