Changeset 18093 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Jun 12, 2008, 11:53:45 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r16940 r18093 31 31 #include "stacktool.h" 32 32 33 static bool queueMode(pxConfig *config);33 static bool definebyqueryMode(pxConfig *config); 34 34 static bool definerunMode(pxConfig *config); 35 35 static bool updaterunMode(pxConfig *config); … … 61 61 62 62 switch (config->mode) { 63 MODECASE(STACKTOOL_MODE_ QUEUE, queueMode);63 MODECASE(STACKTOOL_MODE_DEFINEBYQUERY, definebyqueryMode); 64 64 MODECASE(STACKTOOL_MODE_DEFINERUN, definerunMode); 65 65 MODECASE(STACKTOOL_MODE_UPDATERUN, updaterunMode); … … 92 92 93 93 94 static bool queueMode(pxConfig *config)94 static bool definebyqueryMode(pxConfig *config) 95 95 { 96 96 PS_ASSERT_PTR_NON_NULL(config, false);
Note:
See TracChangeset
for help on using the changeset viewer.
