#include <stdlib.h>
#include <dlfcn.h>
#include "Integra/integra_bridge.h"
#include "Integra/integra_bridge_host.h"
#include "debug.h"
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 |
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().