- Timestamp:
- Feb 8, 2012, 2:02:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/photdbc/include/dvodist.h
r33218 r33223 29 29 30 30 // these should be moved to dvo.h? 31 # define DATA_ON_TGT 0x4000 32 # define DATA_COPY_FAILURE 0x8000 33 # define DATA_HOST_ID 0x3fff 31 # define DATA_ON_TGT 0x01 32 # define DATA_COPY_FAILURE 0x02 34 33 35 34 /* global variables */ … … 44 43 void LockDatabase (char *catdir); 45 44 HostTable *HostTableLoad (char *catdir, char *rootname); 45 int CheckHostsAndPaths (HostTable *table); 46 46 47 int AssignSkyToHost (SkyList *skylist, HostTable *table); 47 48 int CopyToHostLocation (char *catdir, SkyList *skylist, HostTable *table);
Note:
See TracChangeset
for help on using the changeset viewer.
