#include "Integra/integra_bridge.h"
Go to the source code of this file.
Functions | |
void * | ntg_bridge_load (const char *so_name) |
function to load a bridge and return either a pointer to the bridge interface, or a NULL pointer | |
Variables | |
const ntg_bridge_interface *(* | ntg_interface_new )(void) |
load an integra bridge |
Integra bridge host functions
void* ntg_bridge_load | ( | const char * | so_name | ) |
function to load a bridge and return either a pointer to the bridge interface, or a NULL pointer
References DB_BRIDGE_HOST, DB_SERVER, and DEBUG_POST().
Referenced by ntg_server_run().
const ntg_bridge_interface*(* ntg_interface_new)(void) |
load an integra bridge
Searches for the named bridge and returns a pointer to its interface. If the function is unsuccessful, a NULL pointer is returned.
*so_name,: | the name of the binary shared object conaining the bridge function pointer for accessing a bridge interface |