00001 /********************************************************************** 00002 * Copyright: 00003 * GSI, Gesellschaft fuer Schwerionenforschung mbH 00004 * Planckstr. 1 00005 * D-64291 Darmstadt 00006 * Germany 00007 * created 15.2.1996 by Horst Goeringer 00008 ********************************************************************** 00009 * rawentserv.h 00010 entry definitions for server part of GSI mass storage system 00011 ********************************************************************** 00012 */ 00013 00014 char * rawGetLogName( char *); 00015 /* get log file name for adsmcli server process */ 00016 00017 /* int rawRetrieve(srawStageComm *); */ 00018 /* handle retrieve actions via storage manager API */ 00019 00020 int rawStageFileName(char *, char *, char *, char *); 00021 /* convert ADSM representation to relative stage file name */ 00022 00023 int rawIsStaged(char *, char *, char *, int *, char *, char *, char *); 00024 /* check if object already in staging pool */ 00025 00026 /* end rawentserv.h */