IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2012, 2:02:25 PM (14 years ago)
Author:
eugene
Message:

fixes to dvodist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/photdbc/include/dvodist.h

    r33218 r33223  
    2929
    3030// 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
    3433
    3534/* global variables */
     
    4443void          LockDatabase (char *catdir);
    4544HostTable    *HostTableLoad (char *catdir, char *rootname);
     45int           CheckHostsAndPaths (HostTable *table);
     46
    4647int           AssignSkyToHost (SkyList *skylist, HostTable *table);
    4748int           CopyToHostLocation (char *catdir, SkyList *skylist, HostTable *table);
Note: See TracChangeset for help on using the changeset viewer.