Esempio n. 1
0
void BufFinish(void)
{
	semaDel();
}
Esempio n. 2
0
void BufFinish(void)
{
	kill(pid_daemon, SIGKILL);
	semaDel();
}