XROAD
xroad_process.h File Reference
Include dependency graph for xroad_process.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)
 

Detailed Description

Typedef Documentation

◆ xroad_process_iface_t

process interface

Function Documentation

◆ xroad_process()

int32_t xroad_process ( int32_t  argc,
char *  argv[],
xroad_process_iface_t  piface 
)

creates process and enter main loop

Parameters
[in]argc- argument count
[in]argv- arguments array
[in]piface- process interface
Returns
EXIT_FAILURE, EXIT_SUCCESS