GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
rawentserv.h
Go to the documentation of this file.
1/**********************************************************************
2 * Copyright:
3 * GSI, Gesellschaft fuer Schwerionenforschung mbH
4 * Planckstr. 1
5 * D-64291 Darmstadt
6 * Germany
7 * created 15.2.1996 by Horst Goeringer
8 **********************************************************************
9 * rawentserv.h
10 entry definitions for server part of GSI mass storage system
11 **********************************************************************
12 */
13
14 char * rawGetLogName( char *);
15 /* get log file name for adsmcli server process */
16
17 /* int rawRetrieve(srawStageComm *); */
18 /* handle retrieve actions via storage manager API */
19
20 int rawStageFileName(char *, char *, char *, char *);
21 /* convert ADSM representation to relative stage file name */
22
23 int rawIsStaged(char *, char *, char *, int *, char *, char *, char *);
24 /* check if object already in staging pool */
25
26 /* end rawentserv.h */
int rawStageFileName(char *, char *, char *, char *)
int rawIsStaged(char *, char *, char *, int *, char *, char *, char *)
char * rawGetLogName(char *)