#include <node/xroad_node.h>
#include <node/xroad_node_types.h>
#include <cache/xroad_objects.h>
#include <logger/xroad_logger.h>
#include <common/xroad_signal.h>
Go to the source code of this file.
Classes | |
struct | xroad_process_iface_s |
Typedefs | |
typedef struct process_s | process_t |
typedef struct xroad_process_iface_s | xroad_process_iface_t |
typedef struct xroad_process_s | xroad_process_t |
Functions | |
int32_t | xroad_process (int32_t argc, char *argv[], xroad_process_iface_t piface) |
typedef struct xroad_process_iface_s xroad_process_iface_t |
process interface
int32_t xroad_process | ( | int32_t | argc, |
char * | argv[], | ||
xroad_process_iface_t | piface | ||
) |
creates process and enter main loop
[in] | argc | - argument count |
[in] | argv | - arguments array |
[in] | piface | - process interface |