- Timestamp:
- Dec 10, 2012, 12:07:22 PM (14 years ago)
- Location:
- branches/sc_branches/pantasks_condor
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from trunk/Ohana/src/opihi ) (1 prop)
-
pantasks/controller_version.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/pantasks_condor
- Property svn:mergeinfo set to
-
branches/sc_branches/pantasks_condor/pantasks/controller_version.c
r26411 r34783 3 3 int controller_version (int argc, char **argv) { 4 4 5 #ifndef IPP_CONDOR 5 6 int status; 6 7 char command[1024]; … … 19 20 } 20 21 21 22 22 sprintf (command, "version"); 23 23 InitIOBuffer (&buffer, 0x100); … … 31 31 } 32 32 FreeIOBuffer (&buffer); 33 34 #else 35 gprint(GP_ERR, "TODO: Show a version here\n"); 36 #endif 37 33 38 return (TRUE); 34 39 }
Note:
See TracChangeset
for help on using the changeset viewer.
