endurox-rs 0.1.334

Dev middleware utilities for Enduro/X projects (Rust bindings).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <ndrx_config.h>
#include <ndebug.h>
#include <xatmi.h>
#include <oatmi.h>
#include <oatmisrv.h>
#include <oatmisrv_integra.h>
#include <ubf.h>
#include <oubf.h>
#include <nerror.h>
#include <nstdutil.h>

/* libatmisrvinteg exports these worker lifecycle hooks but public headers do
 * not declare the variables. Language integrations must install the default
 * hooks when enabling dispatch-thread mode. */
extern int (*ndrx_G_tpsvrthrinit)(int argc, char **argv);
extern void (*ndrx_G_tpsvrthrdone)(void);