Changeset 33368
- Timestamp:
- Feb 24, 2012, 2:17:25 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src/photdbc/src
- Files:
-
- 3 edited
-
CopyToHostLocation.c (modified) (1 diff)
-
PclientCommands.c (modified) (1 diff)
-
dvodist.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/photdbc/src/CopyToHostLocation.c
r33365 r33368 240 240 241 241 // wait for result 242 InitIOBuffer (&stdout_buf, 100); 243 InitIOBuffer (&stderr_buf, 100); 242 244 while (!CheckBusyJob (host, &stdout_buf, &stderr_buf)) { 243 245 usleep (10000); -
branches/eam_branches/ipp-20111122/Ohana/src/photdbc/src/PclientCommands.c
r33365 r33368 1 1 # include "dvodist.h" 2 # define PCLIENT_TIMEOUT 100 2 # define PCLIENT_TIMEOUT 1000 3 3 # define DEBUG 0 4 4 -
branches/eam_branches/ipp-20111122/Ohana/src/photdbc/src/dvodist.c
r33223 r33368 29 29 CheckHostsAndPaths(hosts); 30 30 31 // save once so repeated calls copy data to the same location 32 { 33 char *skyfile = SkyTableFilename (catdir); 34 SkyTableSave (sky, skyfile); 35 } 36 31 37 switch (MODE) { 32 38 case MODE_OUT:
Note:
See TracChangeset
for help on using the changeset viewer.
