|
Server Wait On Clients System - API Documentation v1.7.4
Server Wait On Clients System.
|
Server Wait On Clients client program. More...
#include <stdio.h>#include <stdlib.h>#include <libmgec/mge-errno.h>#include <swoc/cmdlineargs.h>#include <swoc/libswocclient.h>#include <swoc/signalhandle.h>
Functions | |
| int | main (int argc, char **argv) |
| Program entry point. More... | |
Variables | |
| static char * | prog_name |
| The name of this program. More... | |
Server Wait On Clients client program.
To enable a client to place lock flags on a server which will then wait for them to be cleared before continuing 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 CLS argv. |
|
static |
The name of this program.