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
test_all now counts number of tests
[strongswan.git]
/
Source
/
charon
/
types.h
diff --git
a/Source/charon/types.h
b/Source/charon/types.h
index
d4ead0a
..
af235c2
100644
(file)
--- a/
Source/charon/types.h
+++ b/
Source/charon/types.h
@@
-27,7
+27,8
@@
typedef enum status_e {
SUCCESS,
FAILED,
- OUT_OF_RES
+ OUT_OF_RES,
+ ALREADY_DONE
} status_t;
#endif /*TYPES_H_*/