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:
0b97289
)
typedef fixed
author
Tobias Brunner
<tobias@strongswan.org>
Wed, 15 Oct 2008 11:34:29 +0000
(11:34 -0000)
committer
Tobias Brunner
<tobias@strongswan.org>
Wed, 15 Oct 2008 11:34:29 +0000
(11:34 -0000)
scripts/thread_analysis.c
patch
|
blob
|
history
diff --git
a/scripts/thread_analysis.c
b/scripts/thread_analysis.c
index
a03e8c9
..
f796b4d
100644
(file)
--- a/
scripts/thread_analysis.c
+++ b/
scripts/thread_analysis.c
@@
-33,10
+33,10
@@
enum state_t {
STATE_ERROR = 5
};
STATE_ERROR = 5
};
-typedef enum
mode_t mode
_t;
+typedef enum
print_t print
_t;
enum print_t {
enum print_t {
-
MODE_ANY
= 0,
+
MODE_ANY
= 0,
MODE_ADD = 1,
MODE_DEL = 2
};
MODE_ADD = 1,
MODE_DEL = 2
};