Esempio n. 1
0
File: ec.c Progetto: kev40293/ida
int ida_finalize(){
	
	//1. Close ZHT
	c_zht_teardown_std(zhtClient);

	return 0;
}
Esempio n. 2
0
int c_zht_teardown() {

    return c_zht_teardown_std(zhtClient_c);
}
Esempio n. 3
0
int c_zht_teardown() {

	pthread_mutex_destroy(&c_zht_client_mutex);

	return c_zht_teardown_std(zhtClient);
}