//----------------------------------------------------------------------------- // Copyright (c) 1994,1995 Southeastern Universities Research Association, // Continuous Electron Beam Accelerator Facility // // This software was developed under a United States Government license // described in the NOTICE file included as part of this distribution. // //----------------------------------------------------------------------------- // // Description: // This a local configuration header file for JLAB use only // // Author: Jie Chen // // // #ifndef _RSVC_LOCAL_CONFIG_H #define _RSVC_LOCAL_CONFIG_H #ifdef _CDEV_MANAGE_SERVERS #define _RSVC_CDEV_SERVERS "cdevServers" // database name #define _RSVC_CDEV_SERVERS_KEY "svcid" // key name #define _RSVC_CDEV_SERVER_TKO 30 // if we do not see a server // for this long, it is dead #define _RSVC_CDEV_SCAN_PERIOD 10 #endif #endif