strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f66af6b
)
- added OUT_OF_RES
author
Martin Willi
<martin@strongswan.org>
Thu, 3 Nov 2005 08:56:01 +0000
(08:56 -0000)
committer
Martin Willi
<martin@strongswan.org>
Thu, 3 Nov 2005 08:56:01 +0000
(08:56 -0000)
Source/charon/types.h
patch
|
blob
|
history
diff --git
a/Source/charon/types.h
b/Source/charon/types.h
index
462e758
..
d4ead0a
100644
(file)
--- a/
Source/charon/types.h
+++ b/
Source/charon/types.h
@@
-26,7
+26,8
@@
typedef enum status_e {
SUCCESS,
- FAILED
+ FAILED,
+ OUT_OF_RES
} status_t;
#endif /*TYPES_H_*/