예제 #1
0
static void __fabric_destruct(void *obj)
{
	struct gnix_fid_fabric *fab = (struct gnix_fid_fabric *) obj;

	_gnix_app_cleanup();

	free(fab);
}
예제 #2
0
static void __fabric_destruct(void *obj)
{
	struct gnix_fid_fabric *fab = (struct gnix_fid_fabric *) obj;

	/*
	 * close the MR notifier
	 */
	(void) _gnix_notifier_close(&fab->mr_notifier);

	_gnix_app_cleanup();

	free(fab);
}