|
SWOC System
Server Wait On Clients System.
|
Comms functions associated with the swocserverd daemon. More...
#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/epoll.h>#include <syslog.h>#include <unistd.h>#include "internal.h"#include <bstree.h>#include <libswoccommon.h>#include <mge-errno.h>#include <mgebuffer.h>#include <mgemessage.h>
Macros | |
| #define | _Bool signed char |
| #define | bool _Bool |
| #define | false 0 |
| #define | true 1 |
| #define | __bool_true_false_are_defined 1 |
Functions | |
| int | prepare_sockets (void) |
| Prepare all sockets. More... | |
| int | process_comms (void) |
| Wait and then process communications. More... | |
Comms functions associated with the swocserverd daemon.
Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0
| #define __bool_true_false_are_defined 1 |
| #define _Bool signed char |
| #define bool _Bool |
| #define false 0 |
| #define true 1 |
| int prepare_sockets | ( | void | ) |
Prepare all sockets.
On error mge_errno will be set.
| int process_comms | ( | void | ) |
Wait and then process communications.
On error mge_errno will be set.