Files
yasnd/yasnd-ipc.c
T

146 lines
3.2 KiB
C

#include <sys/ipc.h>
#include <sys/msg.h>
#include "yasnd.h"
pid_t ipc_clone_pid;
pid_t ipc_sms_read_clone_pid=-1; // pid of thread, that checks for new incoming SMS
int qid=-1; // IPC queue id
int open_queue()