|
metaproxy
1.3.55
|
#include "config.hpp"#include <yaz/log.h>#include <yaz/options.h>#include <yaz/daemon.h>#include <yaz/sc.h>#include <iostream>#include <stdexcept>#include <libxml/xinclude.h>#include <metaproxy/filter.hpp>#include <metaproxy/package.hpp>#include <metaproxy/util.hpp>#include "router_flexml.hpp"#include "factory_static.hpp"#include <unistd.h>#include <signal.h>
Go to the source code of this file.
Functions | |
| static void | set_log_prefix (void) |
| static void | sig_usr1_handler (int s) |
| static void | sig_term_handler (int s) |
| static void | work_common (void *data) |
| static void | work_debug (void *data) |
| static void | work_normal (void *data) |
| static int | sc_main (yaz_sc_t s, int argc, char **argv) |
| static void | sc_stop (yaz_sc_t s) |
| int | main (int argc, char **argv) |
Variables | |
| mp::RouterFleXML * | routerp = 0 |
| static pid_t | process_group = 0 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
|
static |
Definition at line 113 of file metaproxy_prog.cpp.
References set_log_prefix(), VERSION, VERSION_SHA1, work_debug(), and work_normal().
Referenced by main().

|
static |
|
static |
Definition at line 50 of file metaproxy_prog.cpp.
Referenced by sc_main(), and work_common().
|
static |
Definition at line 69 of file metaproxy_prog.cpp.
References process_group.
Referenced by work_common().
|
static |
Definition at line 63 of file metaproxy_prog.cpp.
References metaproxy_1::RouterFleXML::stop().
Referenced by work_common().

|
static |
Definition at line 78 of file metaproxy_prog.cpp.
References process_group, set_log_prefix(), sig_term_handler(), sig_usr1_handler(), and metaproxy_1::RouterFleXML::start().
Referenced by work_debug(), and work_normal().

|
static |
Definition at line 99 of file metaproxy_prog.cpp.
References work_common().
Referenced by sc_main().

|
static |
Definition at line 104 of file metaproxy_prog.cpp.
References work_common().
Referenced by sc_main().

|
static |
Definition at line 61 of file metaproxy_prog.cpp.
Referenced by sig_term_handler(), and work_common().
| mp::RouterFleXML* routerp = 0 |
Definition at line 48 of file metaproxy_prog.cpp.
1.8.1.2