OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
BESDaemonConstants.h
Go to the documentation of this file.
1 /*
2  * BESDaemonConstants.h
3  *
4  * Created on: Jun 13, 2011
5  * Author: jimg
6  */
7 
8 #ifndef BESDAEMONCONSTANTS_H_
9 #define BESDAEMONCONSTANTS_H_
10 
11 #define BESLISTENER_STOPPED 0
12 #define BESLISTENER_RUNNING 4 // 1,2 are abnormal term, restart is 3
13 #define BESLISTENER_RESTART SERVER_EXIT_RESTART
14 
15 // This is the file descriptor used for the pipe that enables the beslistener
16 // to send its status back to the besdaemon telling it that the beslistener
17 // has, in fact, started. NB: stdout is '1'
18 
19 #define BESLISTENER_PIPE_FD 1
20 
21 #endif /* BESDAEMONCONSTANTS_H_ */