Definition in file broker_allup.cc.
Include dependency graph for broker_allup.cc:
Go to the source code of this file.
Enumerations | |
enum | { BAB_DAEMON } |
Flag bit numbers for the executable as a whole. More... | |
enum | { BAF_DAEMON = (1L << BAB_DAEMON) } |
Flags bits derived from the bit numbers above. | |
Functions | |
void | sig_exit_handler (int sig) |
Signal handler for SIGINT/SIGTERM. | |
void | baUsage (const char *prog_name) |
Print out the usage statement to standard error. | |
int | baProcessOptions (int &argc_inout, char **&argv_inout) |
Process the command line options. | |
int | main (int argc, char *argv[]) |
Variables | |
struct { | |
CORBA::ORB_var ba_ORB | |
unsigned long ba_Flags | |
const char * ba_IORFileName | |
const char * ba_PIDFileName | |
} | ba_data |
Global data for the server. |
|
Flag bit numbers for the executable as a whole.
Definition at line 47 of file broker_allup.cc. |
|
Process the command line options.
Definition at line 124 of file broker_allup.cc. References ba_data. |
|
Print out the usage statement to standard error.
Definition at line 88 of file broker_allup.cc. |
|
Signal handler for SIGINT/SIGTERM.
Definition at line 78 of file broker_allup.cc. References ba_data. |
|
Global data for the server. ba_ResourceSet - The resource set for this process. Referenced by baProcessOptions(), baUsage(), and sig_exit_handler(). |