strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- Testclass rewritten
[strongswan.git]
/
Source
/
charon
/
types.h
diff --git
a/Source/charon/types.h
b/Source/charon/types.h
index
462e758
..
af235c2
100644
(file)
--- a/
Source/charon/types.h
+++ b/
Source/charon/types.h
@@
-26,7
+26,9
@@
typedef enum status_e {
SUCCESS,
- FAILED
+ FAILED,
+ OUT_OF_RES,
+ ALREADY_DONE
} status_t;
#endif /*TYPES_H_*/