IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2012, 5:55:50 PM (14 years ago)
Author:
eugene
Message:

add modes to (a) copy original .bck data to backup host and (b) set the bit to use the backup host for some data

File:
1 edited

Legend:

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

    r33404 r33518  
    1515    MODE_IN   = 2,
    1616    MODE_FIX  = 3,
     17    MODE_OUT_BACKUP = 4,
     18    MODE_USE_BACKUP = 5,
    1719} ModeType;
    1820
     
    2123SkyRegion UserPatch;
    2224ModeType  MODE;
     25
     26char     *srcHostname;
     27char     *dstHostname;
    2328
    2429void          usage();
     
    4045
    4146int           get_md5_with_copy (char *input, char *output, md5_byte_t *digest);
     47int hexchar_to_int (char input);
     48int get_md5_from_pclient (HostInfo *host, char *filename, md5_byte_t *digest);
     49int get_md5_from_remote (HostInfo *host, char *filename, md5_byte_t *digest);
    4250
    4351int CheckBusyJob (HostInfo *host, IOBuffer *stdout_buf, IOBuffer *stderr_buf);
     
    4755
    4856int FixSkyForHost (char *catdir, SkyList *skylist, HostTable *table);
     57
     58int UseBackupForHost (char *catdir, SkyList *skylist, HostTable *table);
     59int CopyBackupToHost (char *catdir, SkyList *skylist, HostTable *table);
Note: See TracChangeset for help on using the changeset viewer.