Server Wait On Clients System - API Documentation
v1.6.4
Server Wait On Clients System.
|
Server Wait On Clients server program. More...
#include <stdio.h>
#include <stdlib.h>
#include "internal.h"
#include <libmgec/mge-errno.h>
#include <swoc/cmdlineargs.h>
#include <swoc/libswocserver.h>
#include <swoc/signalhandle.h>
Functions | |
int | main (int argc, char **argv) |
Program entry point. More... | |
Variables | |
static char * | prog_name |
This program's name. More... | |
int | sws_err |
Global swocserver error flag. More... | |
Server Wait On Clients server program.
To enable a server to wait on clients releasing flags prior to further server processing. (By use of swocserver -w).
Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0-only
int main | ( | int | argc, |
char ** | argv | ||
) |
Program entry point.
argc | Standard CLA argc. |
argv | Standard CLA argv. |
|
static |
This program's name.
int sws_err |
Global swocserver error flag.