예제 #1
0
파일: main.c 프로젝트: Bakus/gammu
void smsd_standby(int signum)
{
	standby = TRUE;
	reconfigure = TRUE;
	SMSD_Shutdown(config);
}
예제 #2
0
파일: main.c 프로젝트: Bakus/gammu
void smsd_interrupt(int signum)
{
	SMSD_Shutdown(config);
	signal(signum, SIG_IGN);
}
예제 #3
0
파일: main.c 프로젝트: Bakus/gammu
void smsd_reconfigure(int signum)
{
	reconfigure = TRUE;
	SMSD_Shutdown(config);
}
예제 #4
0
파일: main.c 프로젝트: pavl00/gammu
VOID CALLBACK TimerRoutine(PVOID lpParam, BOOLEAN TimerOrWaitFired)
{
	SMSD_Shutdown(config);
}