- Timestamp:
- Feb 14, 2011, 1:05:28 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackThread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/ppStack/src/ppStackThread.c
r27427 r30631 1 #ifdef HAVE_CONFIG_H2 #include <config.h>3 #endif4 5 #include <stdio.h>6 #include <unistd.h>7 #include <pslib.h>8 #include <psmodules.h>9 10 1 #include "ppStack.h" 11 #include "ppStackOptions.h"12 #include "ppStackThread.h"13 14 2 15 3 #define THREAD_WAIT 10000 // Microseconds to wait if thread is not available 16 17 4 18 5 static void stackThreadFree(ppStackThread *thread)
Note:
See TracChangeset
for help on using the changeset viewer.
