Server Wait On Clients System - API Documentation  v1.6.4
Server Wait On Clients System.
main.c File Reference

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>
Include dependency graph for main.c:

Functions

int main (int argc, char **argv)
 Program entry point. More...
 

Variables

static char * prog_name
 The name of this program. More...
 

Detailed Description

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).

Author
Copyright (C) 2015-2022 Mark Grant

Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0-only

Version
v1.1.13 ==== 17/09/2022

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Program entry point.

Parameters
argcStandard CLA argc.
argvStandard CLS argv.
Returns
EXIT_SUCCESS on success, EXIT_FAILURE on error.

Variable Documentation

◆ prog_name

char* prog_name
static

The name of this program.