IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2014, 8:47:39 AM (12 years ago)
Author:
eugene
Message:

allow parallel image hosts to continue as soon at remote clients have finished reading database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610/Ohana/src/relphot/include/relphot.h

    r36995 r36998  
    351351void          liststats_setmode   PROTO((StatType *stats, char *strmode));
    352352int           liststats           PROTO((double *value, double *dvalue, double *wvalue, int N, StatType *stats));
    353 Catalog      *load_catalogs       PROTO((SkyList *skylist, int *Ncatalog, int hostID, char *hostpath));
    354 Catalog      *load_catalogs_parallel PROTO((SkyList *sky, int *Ncatalog));
     353Catalog      *load_catalogs       PROTO((SkyList *skylist, int *Ncatalog, int hostID, char *hostpath, char *syncfile));
     354Catalog      *load_catalogs_parallel PROTO((SkyList *sky, int *Ncatalog, char *syncfile));
    355355
    356356SkyList      *load_images         PROTO((FITS_DB *db, char *regionName, SkyRegion *region));
Note: See TracChangeset for help on using the changeset viewer.