// $Id$ //----------------------------------------------------------------------- // The GSI Online Offline Object Oriented (Go4) Project // Experiment Data Processing at EE department, GSI //----------------------------------------------------------------------- // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH // Planckstr. 1, 64291 Darmstadt, Germany // Contact: http://go4.gsi.de //----------------------------------------------------------------------- // This software can be used under the license agreements as stated // in Go4License.txt file which is part of the distribution. //----------------------------------------------------------------------- /******************************************************************** * Copyright: * GSI, Gesellschaft fuer Schwerionenforschung mbH * Planckstr. 1 * D-64291 Darmstadt * Germany * created 12. 9.1997 by Horst Goeringer ******************************************************************** * dsmapitd-gsi.h * GSI extensions to adsm type definitions due to central staging ********************************************************************* * 29. 5.2002, H.G.: add GSI_MEDIA_INCOMPLETE * 19. 9.2003, H.G.: add GSI_MEDIA_CACHE ********************************************************************* */ /* additional values for respArchive.mediaClass: (standard ADSM: < 0x100) */ #define GSI_MEDIA_STAGE 0x1001/* file available in staging pool */ #define GSI_MEDIA_LOCKED 0x1002 /* file locked for read */ #define GSI_MEDIA_INCOMPLETE 0x1003 /* file still locked for create */ #define GSI_MEDIA_CACHE 0x1004 /* file available in write cache */