Changeset 18757 for trunk/ppMerge/src/ppMerge.h
- Timestamp:
- Jul 27, 2008, 6:06:03 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMerge.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMerge.h
r18166 r18757 1 1 #ifndef PP_MERGE_H 2 2 #define PP_MERGE_H 3 4 #ifdef HAVE_CONFIG_H 5 #include <config.h> 6 #endif 7 8 #include <stdio.h> 9 #include <string.h> 10 #include <unistd.h> 11 #include <pslib.h> 12 #include <psmodules.h> 13 #include <ppStats.h> 3 14 4 15 #define TIMERNAME "ppMerge" // Name for timer … … 22 33 PPMERGE_FILES_OUTPUT // Output files 23 34 } ppMergeFiles; 35 36 typedef struct { 37 psArray *readouts; 38 bool read; 39 bool busy; 40 } ppMergeFileGroup; 24 41 25 42 // Parse command-line arguments and recipe … … 80 97 ); 81 98 99 100 ppMergeFileGroup *ppMergeFileGroupAlloc(); 101 ppMergeFileGroup *ppMergeReadChunk (psArray *fileGroups, pmConfig *config, int numChunk); 102 void *ppMergeThreadLauncher (void *data); 103 82 104 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
