diff options
Diffstat (limited to 'src/libstrongswan/utils.h')
-rwxr-xr-x[-rw-r--r--] | src/libstrongswan/utils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libstrongswan/utils.h b/src/libstrongswan/utils.h index e5e4a10c0..826477c7f 100644..100755 --- a/src/libstrongswan/utils.h +++ b/src/libstrongswan/utils.h @@ -299,6 +299,11 @@ enum status_t { * Another call to the method is required. */ NEED_MORE, + + /** + * Call failed, send error to other side. + */ + FAILED_SEND_ERROR, }; /** |