|
Server Wait On Clients System - API Documentation
v1.4.2
Server Wait On Clients System.
|
Server Wait On Clients server program. More...
#include <stdio.h>#include <stdlib.h>#include "internal.h"#include <cmdlineargs.h>#include <mge-errno.h>#include <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
| 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.