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

Server Wait On Clients client program. More...

#include <stdio.h>
#include <stdlib.h>
#include "cmdlineargs.h"
#include "internal.h"
#include "signalhandle.h"
#include <libswocclient.h>
#include <mge-errno.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-2020 Mark Grant

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

Version
v1.1.9 ==== 27/03/2020

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.