Example #1
0
/*
 * The function is exported and dynamically retrieved after the module was
 * fetched
 */
struct xa_switch_t *lixa_get_xa_switch()
{
    return db2xacic_std();
}
Example #2
0
long db2_xaflags()
{
	struct xa_switch_t *xasw = db2xacic_std();

	return xasw->flags; //db2xa_switch_std.flags;
}