File server.c¶
FileList > cubrid > src > executables > server.c
Go to the source code of this file
#include "config.h"#include <stdio.h>#include <string.h>#include <fcntl.h>#include <signal.h>#include <sys/resource.h>#include <unistd.h>#include <limits.h>#include "porting.h"#include "system_parameter.h"#include "connection_error.h"#include "network.h"#include "environment_variable.h"#include "boot_sr.h"#include "perf_monitor.h"#include "util_func.h"#include "connection_sr.h"#include "tcp.h"#include "heartbeat.h"#include "log_impl.h"
Public Static Attributes¶
| Type | Name |
|---|---|
| const char * | database_name = "" |
| char | executable_path |
Public Functions¶
| Type | Name |
|---|---|
| int | main (int argc, char ** argv) |
Public Static Functions¶
| Type | Name |
|---|---|
| void | abort_handler (int signo, siginfo_t * siginfo, void * dummyp) |
| void | crash_handler (int signo, siginfo_t * siginfo, void * dummyp) |
| void | register_abort_signal_handler (int signo) |
| void | register_fatal_signal_handler (int signo) |
| int | unmask_signal (int signo) |
Public Static Attributes Documentation¶
variable database_name¶
variable executable_path¶
Public Functions Documentation¶
function main¶
Public Static Functions Documentation¶
function abort_handler¶
function crash_handler¶
function register_abort_signal_handler¶
function register_fatal_signal_handler¶
function unmask_signal¶
The documentation for this class was generated from the following file cubrid/src/executables/server.c