Exemplo n.º 1
0
Arquivo: ec.c Projeto: kev40293/ida
int ida_finalize(){
	
	//1. Close ZHT
	c_zht_teardown_std(zhtClient);

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

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

	pthread_mutex_destroy(&c_zht_client_mutex);

	return c_zht_teardown_std(zhtClient);
}