diff --git a/Doxyfile b/Doxyfile index 6c2abb67..9bfd5da0 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = $(DOXYGEN_PROJECT_NAME) # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.6.3 +PROJECT_NUMBER = vPublish-Docs # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -952,7 +952,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = ../../src/prg/c/inc-tmp # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded diff --git a/Doxyfile.in b/Doxyfile.in index f2ca7fb1..2175418c 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -952,7 +952,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = @top_srcdir@/src/prg/c/inc-tmp # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded diff --git a/Makefile b/Makefile index d938b32e..224e595b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.5 from Makefile.am. # docs/doxygen/Makefile. Generated from Makefile.in by configure. -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -58,6 +58,10 @@ # 17/07/2022 MG 1.0.9 Add a doxygen target. # # Add dependency on document sources and # # C sources. # +# 08/09/2022 MG 1.0.10 Remove all doxygen tarballs. Orphaned # +# tarballs can be left if git describe # +# changes and no make clean has been # +# performed. # # # ######################################################################### @@ -205,14 +209,14 @@ am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) pkglibexecdir = ${libexecdir}/${PACKAGE} -ACLOCAL = ${SHELL} /home/runner/work/swoc/swoc/missing aclocal-1.16 +ACLOCAL = ${SHELL} '/home/runner/work/swoc/swoc/build-aux/missing' aclocal-1.16 AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 0 AR = ar ARFLAGS = cr -AUTOCONF = ${SHELL} /home/runner/work/swoc/swoc/missing autoconf -AUTOHEADER = ${SHELL} /home/runner/work/swoc/swoc/missing autoheader -AUTOMAKE = ${SHELL} /home/runner/work/swoc/swoc/missing automake-1.16 +AUTOCONF = ${SHELL} '/home/runner/work/swoc/swoc/build-aux/missing' autoconf +AUTOHEADER = ${SHELL} '/home/runner/work/swoc/swoc/build-aux/missing' autoheader +AUTOMAKE = ${SHELL} '/home/runner/work/swoc/swoc/build-aux/missing' automake-1.16 AWK = gawk BASH = /bin/bash CC = gcc @@ -220,6 +224,8 @@ CCDEPMODE = depmode=gcc3 CFLAGS = CPP = gcc -E CPPFLAGS = +CSCOPE = cscope +CTAGS = ctags CXX = g++ CXXCPP = g++ -E CXXDEPMODE = depmode=gcc3 @@ -236,6 +242,7 @@ ECHO_C = ECHO_N = -n ECHO_T = EGREP = /usr/bin/grep -E +ETAGS = etags EXEEXT = FGREP = /usr/bin/grep -F GETOPT = yes @@ -245,16 +252,17 @@ INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s +IWYU = LD = /usr/bin/ld -m elf_x86_64 LDFLAGS = LIBGNU_LIBDEPS = LIBGNU_LTLIBDEPS = -LIBMGEC_CFLAGS = +LIBMGEC_CFLAGS = -I/usr/include/libmgec LIBMGEC_LIBS = -lmgec -LIBMGESYSUTILS_CFLAGS = +LIBMGESYSUTILS_CFLAGS = -I/usr/include/libmgesysutils -I/usr/include/libmgec LIBMGESYSUTILS_LIBS = -lmgesysutils -lmgec LIBOBJS = -LIBS = -lssh -lmgec -lmgesysutils +LIBS = LIBSSH_CFLAGS = LIBSSH_LIBS = -lssh LIBTOOL = $(SHELL) $(top_builddir)/libtool @@ -262,12 +270,12 @@ LIPO = LN_S = ln -s LTLIBOBJS = LT_SYS_LIBRARY_PATH = -MAKEINFO = ${SHELL} /home/runner/work/swoc/swoc/missing makeinfo +MAKEINFO = ${SHELL} '/home/runner/work/swoc/swoc/build-aux/missing' makeinfo MANIFEST_TOOL = : -MG_ANALYZER_CFLAGS = -MG_CFLAGS = -g -Wall -Wextra -fstack-protector-strong -grecord-gcc-switches -std=gnu11 -Wbad-function-cast -Wconversion -Wformat-security -Wdeclaration-after-statement -Wmissing-include-dirs -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -fasynchronous-unwind-tables -Wduplicated-cond -Wnull-dereference -fstack-clash-protection -Wmultistatement-macros -O2 +MG_ANALYZER_CFLAGS = -fanalyzer +MG_CFLAGS = -g -Wall -Wextra -fstack-protector-strong -grecord-gcc-switches -std=gnu11 -Wbad-function-cast -Wconversion -Wdeclaration-after-statement -Wformat-security -Wmissing-include-dirs -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -fasynchronous-unwind-tables -Wduplicated-cond -Wnull-dereference -fstack-clash-protection -Wmultistatement-macros -O2 MG_CPPFLAGS = -DHAVE_WINSOCK2_H=0 -Wdate-time -D_FORTIFY_SOURCE=2 -MG_DEBUG_CFLAGS = -g -Wall -Wextra -fstack-protector-strong -grecord-gcc-switches -std=gnu11 -Wbad-function-cast -Wconversion -Wformat-security -Wdeclaration-after-statement -Wmissing-include-dirs -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -fasynchronous-unwind-tables -Wduplicated-cond -Wnull-dereference -fstack-clash-protection -Wmultistatement-macros -ggdb3 -O0 +MG_DEBUG_CFLAGS = -g -Wall -Wextra -fstack-protector-strong -grecord-gcc-switches -std=gnu11 -Wbad-function-cast -Wconversion -Wdeclaration-after-statement -Wformat-security -Wmissing-include-dirs -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -fasynchronous-unwind-tables -Wduplicated-cond -Wnull-dereference -fstack-clash-protection -Wmultistatement-macros -ggdb3 -O0 MG_DEBUG_CPPFLAGS = -DHAVE_WINSOCK2_H=0 -Wdate-time MG_LDFLAGS = -Wl,-z,relro MKDIR_P = /usr/bin/mkdir -p @@ -280,19 +288,18 @@ OTOOL64 = PACKAGE = swoc PACKAGE_BUGREPORT = m.grant.prg@gmail.com PACKAGE_NAME = Server Wait On Client Package -PACKAGE_STRING = Server Wait On Client Package 1.6.3 +PACKAGE_STRING = Server Wait On Client Package Publish-Docs PACKAGE_TARNAME = swoc PACKAGE_URL = -PACKAGE_VERSION = 1.6.3 +PACKAGE_VERSION = Publish-Docs PATH_SEPARATOR = : PKGCONFIG = yes -PKG_CONFIG = /usr/bin/pkg-config -PKG_CONFIG_LIBDIR = -PKG_CONFIG_PATH = PTHREAD_CC = gcc PTHREAD_CFLAGS = -pthread -PTHREAD_LIBS = +PTHREAD_CXX = g++ +PTHREAD_LIBS = -lpthread RANLIB = ranlib +SCAN_BUILD = SED = /usr/bin/sed SET_MAKE = SHELL = /bin/bash @@ -300,7 +307,7 @@ STRIP = strip TAR = yes TXT2MAN = yes TXT2MANWRAP = yes -VERSION = 1.6.3 +VERSION = Publish-Docs abs_builddir = /home/runner/work/swoc/swoc/docs/doxygen abs_srcdir = /home/runner/work/swoc/swoc/docs/doxygen abs_top_builddir = /home/runner/work/swoc/swoc @@ -333,7 +340,7 @@ datarootdir = ${prefix}/share docbaseloc = ${prefix}/share/doc-base docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} dvidir = ${docdir} -edit = /usr/bin/sed -e 's|@bashlocation@|$(BASH)|g' -e 's|@package_version@|$(package_version)|g' -e 's|@docbaseloc@|$(docbaseloc)|g' -e 's|@prefix@|$(prefix)|g' -e 's|@exec_prefix@|$(exec_prefix)|g' -e 's|@bindir@|$(bindir)|g' -e 's|@sbindir@|$(sbindir)|g' -e 's|@libexecdir@|$(libexecdir)|g' -e 's|@libdir@|$(libdir)|g' -e 's|@sysconfdir@|$(sysconfdir)|g' -e 's|@sharedstatedir@|$(sharedstatedir)|g' -e 's|@localstatedir@|$(localstatedir)|g' -e 's|@runstatedir@|$(runstatedir)|g' -e 's|@includedir@|$(includedir)|g' -e 's|@oldincludedir@|$(oldincludedir)|g' -e 's|@datarootdir@|$(datarootdir)|g' -e 's|@localedir@|$(localedir)|g' -e 's|@datadir@|$(datadir)|g' -e 's|@mandir@|$(mandir)|g' -e 's|@infodir@|$(infodir)|g' -e 's|@docdir@|$(docdir)|g' -e 's|@htmldir@|$(htmldir)|g' -e 's|@dvidir@|$(dvidir)|g' -e 's|@pdfdir@|$(pdfdir)|g' -e 's|@psdir@|$(psdir)|g' -e 's|@lispdir@|$(lispdir)|g' -e 's|@pkgdatadir@|$(pkgdatadir)|g' -e 's|@pkgincludedir@|$(pkgincludedir)|g' -e 's|@pkglibdir@|$(pkglibdir)|g' -e 's|@pkglibexecdir@|$(pkglibexecdir)|g' +edit = /usr/bin/sed -e 's|@cli_pc_requires@|$(cli_pc_requires)|g' -e 's|@cli_pc_requires_private@|$(cli_pc_requires_private)|g' -e 's|@com_pc_requires@|$(com_pc_requires)|g' -e 's|@com_pc_requires_private@|$(com_pc_requires_private)|g' -e 's|@srv_pc_requires@|$(srv_pc_requires)|g' -e 's|@srv_pc_requires_private@|$(srv_pc_requires_private)|g' -e 's|@pkgversion@|$(pkgversion)|g' -e 's|@bashlocation@|$(BASH)|g' -e 's|@docbaseloc@|$(docbaseloc)|g' -e 's|@CC@|$(CC)|g' -e 's|@prefix@|$(prefix)|g' -e 's|@exec_prefix@|$(exec_prefix)|g' -e 's|@bindir@|$(bindir)|g' -e 's|@sbindir@|$(sbindir)|g' -e 's|@libexecdir@|$(libexecdir)|g' -e 's|@libdir@|$(libdir)|g' -e 's|@sysconfdir@|$(sysconfdir)|g' -e 's|@sharedstatedir@|$(sharedstatedir)|g' -e 's|@localstatedir@|$(localstatedir)|g' -e 's|@runstatedir@|$(runstatedir)|g' -e 's|@includedir@|$(includedir)|g' -e 's|@oldincludedir@|$(oldincludedir)|g' -e 's|@datarootdir@|$(datarootdir)|g' -e 's|@localedir@|$(localedir)|g' -e 's|@datadir@|$(datadir)|g' -e 's|@mandir@|$(mandir)|g' -e 's|@infodir@|$(infodir)|g' -e 's|@docdir@|$(docdir)|g' -e 's|@htmldir@|$(htmldir)|g' -e 's|@dvidir@|$(dvidir)|g' -e 's|@pdfdir@|$(pdfdir)|g' -e 's|@psdir@|$(psdir)|g' -e 's|@lispdir@|$(lispdir)|g' -e 's|@pkgdatadir@|$(pkgdatadir)|g' -e 's|@pkgincludedir@|$(pkgincludedir)|g' -e 's|@pkglibdir@|$(pkglibdir)|g' -e 's|@pkglibexecdir@|$(pkglibexecdir)|g' exec_prefix = ${prefix} gl_LIBOBJS = gl_LTLIBOBJS = @@ -348,7 +355,7 @@ host_vendor = pc htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /home/runner/work/swoc/swoc/install-sh +install_sh = ${SHELL} /home/runner/work/swoc/swoc/build-aux/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec lispdir = ${datarootdir}/emacs/site-lisp @@ -357,8 +364,8 @@ localstatedir = ${prefix}/var mandir = ${datarootdir}/man mkdir_p = $(MKDIR_P) oldincludedir = /usr/include -package_version = 1.6.3 pdfdir = ${docdir} +pkgversion = Publish-Docs prefix = /usr/local program_transform_name = s,x,x, psdir = ${docdir} @@ -402,9 +409,7 @@ docbase_DATA = swoc swoc-int EXTRA_DIST = $(docpkg) $(intdocpkg) $(srcdir)/src $(srcdir)/swoc.in \ $(srcdir)/swoc-int.in -CLEANFILES = doxywarn.txt doxygen.stamp doxygen1.stamp $(docpkg) $(intdocpkg) \ - swoc swoc-int - +CLEANFILES = doxywarn.txt doxygen.stamp doxygen1.stamp swoc swoc-int all: all-am .SUFFIXES: @@ -514,7 +519,6 @@ ctags CTAGS: cscope cscopelist: - distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am @@ -751,6 +755,7 @@ uninstall-local: cd $(DESTDIR)$(intdir) && rm -rf html-int clean-local: + rm -rf html html-int swoc*doxy*.tar.gz rm -rf html html-int # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/Makefile.am b/Makefile.am index f7730176..2e585de5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,6 +42,10 @@ # 17/07/2022 MG 1.0.9 Add a doxygen target. # # Add dependency on document sources and # # C sources. # +# 08/09/2022 MG 1.0.10 Remove all doxygen tarballs. Orphaned # +# tarballs can be left if git describe # +# changes and no make clean has been # +# performed. # # # ######################################################################### @@ -167,9 +171,9 @@ EXTRA_DIST = $(docpkg) $(intdocpkg) $(srcdir)/src $(srcdir)/swoc.in \ $(srcdir)/swoc-int.in -CLEANFILES = doxywarn.txt doxygen.stamp doxygen1.stamp $(docpkg) $(intdocpkg) \ - swoc swoc-int +CLEANFILES = doxywarn.txt doxygen.stamp doxygen1.stamp swoc swoc-int clean-local: + rm -rf html html-int swoc*doxy*.tar.gz rm -rf html html-int diff --git a/Makefile.in b/Makefile.in index df0af46d..f418a6b9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.16.1 from Makefile.am. +# Makefile.in generated by automake 1.16.5 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2018 Free Software Foundation, Inc. +# Copyright (C) 1994-2021 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -58,6 +58,10 @@ # 17/07/2022 MG 1.0.9 Add a doxygen target. # # Add dependency on document sources and # # C sources. # +# 08/09/2022 MG 1.0.10 Remove all doxygen tarballs. Orphaned # +# tarballs can be left if git describe # +# changes and no make clean has been # +# performed. # # # ######################################################################### @@ -220,6 +224,8 @@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ @@ -236,6 +242,7 @@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ +ETAGS = @ETAGS@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETOPT = @GETOPT@ @@ -245,6 +252,7 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +IWYU = @IWYU@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@ @@ -286,13 +294,12 @@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKGCONFIG = @PKGCONFIG@ -PKG_CONFIG = @PKG_CONFIG@ -PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ -PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ +PTHREAD_CXX = @PTHREAD_CXX@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ +SCAN_BUILD = @SCAN_BUILD@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ @@ -357,8 +364,8 @@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ -package_version = @package_version@ pdfdir = @pdfdir@ +pkgversion = @pkgversion@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ @@ -402,9 +409,7 @@ docbase_DATA = swoc swoc-int EXTRA_DIST = $(docpkg) $(intdocpkg) $(srcdir)/src $(srcdir)/swoc.in \ $(srcdir)/swoc-int.in -CLEANFILES = doxywarn.txt doxygen.stamp doxygen1.stamp $(docpkg) $(intdocpkg) \ - swoc swoc-int - +CLEANFILES = doxywarn.txt doxygen.stamp doxygen1.stamp swoc swoc-int all: all-am .SUFFIXES: @@ -514,7 +519,6 @@ ctags CTAGS: cscope cscopelist: - distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am @@ -751,6 +755,7 @@ uninstall-local: @DISTCHECKFAKE_FALSE@ cd $(DESTDIR)$(intdir) && rm -rf html-int clean-local: + rm -rf html html-int swoc*doxy*.tar.gz rm -rf html html-int # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/html-int/100-overview_8md.html b/html-int/100-overview_8md.html index c2300ed3..58e1a8df 100644 --- a/html-int/100-overview_8md.html +++ b/html-int/100-overview_8md.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: docs/doxygen/src/100-overview.md File Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -93,9 +93,7 @@ diff --git a/html-int/150-autotools-internal_8md.html b/html-int/150-autotools-internal_8md.html new file mode 100644 index 00000000..63c9880a --- /dev/null +++ b/html-int/150-autotools-internal_8md.html @@ -0,0 +1,100 @@ + + + + + + + +Server Wait On Clients System - Full Internal Documentation: docs/doxygen/src/150-autotools-internal.md File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Server Wait On Clients System - Full Internal Documentation +  vPublish-Docs +
+
Server Wait On Clients System.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
docs/doxygen/src/150-autotools-internal.md File Reference
+
+
+
+
+ + + + diff --git a/html-int/200-common-lib_8md.html b/html-int/200-common-lib_8md.html index 221f6d6d..f869e0e9 100644 --- a/html-int/200-common-lib_8md.html +++ b/html-int/200-common-lib_8md.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: docs/doxygen/src/200-common-lib.md File Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -93,9 +93,7 @@ diff --git a/html-int/300-client-lib_8md.html b/html-int/300-client-lib_8md.html index 68a2c8f1..7d9877d4 100644 --- a/html-int/300-client-lib_8md.html +++ b/html-int/300-client-lib_8md.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: docs/doxygen/src/300-client-lib.md File Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -93,9 +93,7 @@ diff --git a/html-int/annotated.html b/html-int/annotated.html index 52f449ea..e45dd837 100644 --- a/html-int/annotated.html +++ b/html-int/annotated.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: Data Structures @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -98,9 +98,7 @@ diff --git a/html-int/classes.html b/html-int/classes.html index 7f2a1b1f..6e6d4d98 100644 --- a/html-int/classes.html +++ b/html-int/classes.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: Data Structure Index @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -87,26 +87,18 @@
Data Structure Index
-
c
- - - - - - - - -
  c  
-
comm_spec   
cla   
-
c
+
C
+
+
+
C
+
cla
comm_spec
+
diff --git a/html-int/cli-lib_2libswocclient_2optionproc_8c.js b/html-int/cli-lib_2libswocclient_2optionproc_8c.js deleted file mode 100644 index eae12172..00000000 --- a/html-int/cli-lib_2libswocclient_2optionproc_8c.js +++ /dev/null @@ -1,17 +0,0 @@ -var cli_lib_2libswocclient_2optionproc_8c = -[ - [ "__bool_true_false_are_defined", "cli-lib_2libswocclient_2optionproc_8c.html#a665b0cc9ee2ced31785321d55cde349e", null ], - [ "_Bool", "cli-lib_2libswocclient_2optionproc_8c.html#aeaff0db5524987a2f50d71ac0162ceb2", null ], - [ "bool", "cli-lib_2libswocclient_2optionproc_8c.html#abb452686968e48b67397da5f97445f5b", null ], - [ "false", "cli-lib_2libswocclient_2optionproc_8c.html#a65e9886d74aaee76545e83dd09011727", null ], - [ "true", "cli-lib_2libswocclient_2optionproc_8c.html#a41f9c5fb8b08eb5dc3edce4dcb37fee7", null ], - [ "swc_block", "cli-lib_2libswocclient_2optionproc_8c.html#ab4f43f303d2adeb9e60c13fd851c28f7", null ], - [ "swc_client_wait", "cli-lib_2libswocclient_2optionproc_8c.html#a8a84c7270705bb94aa755fa48c563a32", null ], - [ "swc_rel_lock", "cli-lib_2libswocclient_2optionproc_8c.html#adf509cf55cccde625d4914acc9767e1a", null ], - [ "swc_reset", "cli-lib_2libswocclient_2optionproc_8c.html#a97c14b81969fc3fd9f6d757a2446c2f4", null ], - [ "swc_set_lock", "cli-lib_2libswocclient_2optionproc_8c.html#a85d39aaee4c270451d0f7758c6206b06", null ], - [ "swc_show_srv_block_status", "cli-lib_2libswocclient_2optionproc_8c.html#ac9216a291bc0188cb85274fd5cb054dc", null ], - [ "swc_show_status", "cli-lib_2libswocclient_2optionproc_8c.html#abee3a062bf6ed9fede2a8f87e1e503fc", null ], - [ "swc_unblock", "cli-lib_2libswocclient_2optionproc_8c.html#ad1907b88936cb1ca6d6d8d27ee8b42f7", null ], - [ "locks_held", "cli-lib_2libswocclient_2optionproc_8c.html#ab42f8c0d2f10bd4749697f30008ede6a", null ] -]; \ No newline at end of file diff --git a/html-int/cli-lib_2libswocclient_2optionproc_8c__incl.map b/html-int/cli-lib_2libswocclient_2optionproc_8c__incl.map deleted file mode 100644 index 54a7ca92..00000000 --- a/html-int/cli-lib_2libswocclient_2optionproc_8c__incl.map +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/html-int/cli-lib_2libswocclient_2optionproc_8c__incl.md5 b/html-int/cli-lib_2libswocclient_2optionproc_8c__incl.md5 deleted file mode 100644 index dea5f5d1..00000000 --- a/html-int/cli-lib_2libswocclient_2optionproc_8c__incl.md5 +++ /dev/null @@ -1 +0,0 @@ -3876ed150fa0e4999344515aa6b926c9 \ No newline at end of file diff --git a/html-int/cli-lib_2libswocclient_2optionproc_8c__incl.png b/html-int/cli-lib_2libswocclient_2optionproc_8c__incl.png deleted file mode 100644 index 5b66a563..00000000 Binary files a/html-int/cli-lib_2libswocclient_2optionproc_8c__incl.png and /dev/null differ diff --git a/html-int/cli-lib_2libswocclient_2version_8c.js b/html-int/cli-lib_2libswocclient_2version_8c.js deleted file mode 100644 index 0c3a66f4..00000000 --- a/html-int/cli-lib_2libswocclient_2version_8c.js +++ /dev/null @@ -1,7 +0,0 @@ -var cli_lib_2libswocclient_2version_8c = -[ - [ "libswocclient_get_pkg_version", "cli-lib_2libswocclient_2version_8c.html#adb377dc0d89cc465791180bd068e6e82", null ], - [ "libswocclient_get_src_version", "cli-lib_2libswocclient_2version_8c.html#affc539a810036644e5b64c6e27147684", null ], - [ "libswocclient_print_pkg_version", "cli-lib_2libswocclient_2version_8c.html#a9cdade34fe54a52516ee857ebb2f7e8e", null ], - [ "libswocclient_print_src_version", "cli-lib_2libswocclient_2version_8c.html#a3be4f6e6bd189ead318b00ae751c248a", null ] -]; \ No newline at end of file diff --git a/html-int/cli-lib_2libswocclient_2version_8c__incl.map b/html-int/cli-lib_2libswocclient_2version_8c__incl.map deleted file mode 100644 index c0013b4f..00000000 --- a/html-int/cli-lib_2libswocclient_2version_8c__incl.map +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/html-int/cli-lib_2libswocclient_2version_8c__incl.md5 b/html-int/cli-lib_2libswocclient_2version_8c__incl.md5 deleted file mode 100644 index ad83ffdd..00000000 --- a/html-int/cli-lib_2libswocclient_2version_8c__incl.md5 +++ /dev/null @@ -1 +0,0 @@ -fbe92948c0c88736df63f480bd7df9a6 \ No newline at end of file diff --git a/html-int/cli-lib_2libswocclient_2version_8c__incl.png b/html-int/cli-lib_2libswocclient_2version_8c__incl.png deleted file mode 100644 index 1f464b30..00000000 Binary files a/html-int/cli-lib_2libswocclient_2version_8c__incl.png and /dev/null differ diff --git a/html-int/cli-lib_2libswocclient_2optionproc_8c.html b/html-int/cli-lib_2optionproc_8c.html similarity index 76% rename from html-int/cli-lib_2libswocclient_2optionproc_8c.html rename to html-int/cli-lib_2optionproc_8c.html index a1b2fcef..6e8c5047 100644 --- a/html-int/cli-lib_2libswocclient_2optionproc_8c.html +++ b/html-int/cli-lib_2optionproc_8c.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-lib/libswocclient/optionproc.c File Reference +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-lib/optionproc.c File Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -64,7 +64,7 @@
@@ -91,94 +91,97 @@
optionproc.c File Reference
+ +

Functions to process client lock flag options. +More...

#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <unistd.h>
-#include <libmgec.h>
-#include <libswocclient.h>
-#include <libswoccommon.h>
-#include <mge-errno.h>
-#include <mgemessage.h>
-#include <remsyslog.h>
+#include <libmgec/libmgec.h>
+#include <libmgec/mge-message.h>
+#include <libmgec/mge-errno.h>
+#include <libmgesysutils/mge-remsyslog.h>
+#include <swoc/libswocclient.h>
+#include <swoc/libswoccommon.h>
Include dependency graph for optionproc.c:
-
- - - - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + + + +
- + - + - + - + - +

Macros

#define _Bool   signed char
#define _Bool   signed char
 
#define bool   _Bool
#define bool   _Bool
 
#define false   0
#define false   0
 
#define true   1
#define true   1
 
#define __bool_true_false_are_defined   1
#define __bool_true_false_are_defined   1
 
- - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +

Functions

int swc_show_status (void)
 Display client's lock status. More...
int swc_show_status (void)
 Display client's lock status. More...
 
int swc_show_srv_block_status (void)
 Display status of server blocking. More...
int swc_show_srv_block_status (void)
 Display status of server blocking. More...
 
int swc_block (void)
 Set block flag on server to prevent this client from setting any more locks. More...
int swc_block (void)
 Set block flag on server to prevent this client from setting any more locks. More...
 
int swc_unblock (void)
 Remove block flag on server to allow this client to set locks. More...
int swc_unblock (void)
 Remove block flag on server to allow this client to set locks. More...
 
int swc_set_lock (void)
 Set lock flag on server. More...
int swc_set_lock (void)
 Set lock flag on server. More...
 
int swc_rel_lock (void)
 Release lock flag on server. More...
int swc_rel_lock (void)
 Release lock flag on server. More...
 
int swc_client_wait (char *cnumlocks)
 Wait until only a maximum of cnumlocks for this client remains. More...
int swc_client_wait (char *cnumlocks)
 Wait until only a maximum of cnumlocks for this client remains. More...
 
int swc_reset (void)
 Reset the client on the server to 0 locks and unblocked. More...
int swc_reset (void)
 Reset the client on the server to 0 locks and unblocked. More...
 
- - + +

Variables

char locks_held [10] = "0"
 Holds the number of locks currently held during swc_client_wait(). More...
char locks_held [10] = "0"
 Holds the number of locks currently held during swc_client_wait(). More...
 

Detailed Description

-

Functions to process client lock flag options.

+

Functions to process client lock flag options.

Author
Copyright (C) 2016-2019, 2021, 2022 Mark Grant

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

-
Version
v1.1.16 ==== 11/06/2022
+
Version
v1.1.17 ==== 17/09/2022

Macro Definition Documentation

◆ __bool_true_false_are_defined

@@ -438,7 +441,7 @@

-

Holds the number of locks currently held during swc_client_wait().

+

Holds the number of locks currently held during swc_client_wait().

This value can be accessed in a handler if a signal is received.

@@ -448,10 +451,8 @@

diff --git a/html-int/cli-lib_2optionproc_8c.js b/html-int/cli-lib_2optionproc_8c.js new file mode 100644 index 00000000..de0e834b --- /dev/null +++ b/html-int/cli-lib_2optionproc_8c.js @@ -0,0 +1,17 @@ +var cli_lib_2optionproc_8c = +[ + [ "__bool_true_false_are_defined", "cli-lib_2optionproc_8c.html#a665b0cc9ee2ced31785321d55cde349e", null ], + [ "_Bool", "cli-lib_2optionproc_8c.html#aeaff0db5524987a2f50d71ac0162ceb2", null ], + [ "bool", "cli-lib_2optionproc_8c.html#abb452686968e48b67397da5f97445f5b", null ], + [ "false", "cli-lib_2optionproc_8c.html#a65e9886d74aaee76545e83dd09011727", null ], + [ "true", "cli-lib_2optionproc_8c.html#a41f9c5fb8b08eb5dc3edce4dcb37fee7", null ], + [ "swc_block", "cli-lib_2optionproc_8c.html#ab4f43f303d2adeb9e60c13fd851c28f7", null ], + [ "swc_client_wait", "cli-lib_2optionproc_8c.html#a8a84c7270705bb94aa755fa48c563a32", null ], + [ "swc_rel_lock", "cli-lib_2optionproc_8c.html#adf509cf55cccde625d4914acc9767e1a", null ], + [ "swc_reset", "cli-lib_2optionproc_8c.html#a97c14b81969fc3fd9f6d757a2446c2f4", null ], + [ "swc_set_lock", "cli-lib_2optionproc_8c.html#a85d39aaee4c270451d0f7758c6206b06", null ], + [ "swc_show_srv_block_status", "cli-lib_2optionproc_8c.html#ac9216a291bc0188cb85274fd5cb054dc", null ], + [ "swc_show_status", "cli-lib_2optionproc_8c.html#abee3a062bf6ed9fede2a8f87e1e503fc", null ], + [ "swc_unblock", "cli-lib_2optionproc_8c.html#ad1907b88936cb1ca6d6d8d27ee8b42f7", null ], + [ "locks_held", "cli-lib_2optionproc_8c.html#ab42f8c0d2f10bd4749697f30008ede6a", null ] +]; \ No newline at end of file diff --git a/html-int/cli-lib_2optionproc_8c__incl.map b/html-int/cli-lib_2optionproc_8c__incl.map new file mode 100644 index 00000000..584df67c --- /dev/null +++ b/html-int/cli-lib_2optionproc_8c__incl.map @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/html-int/cli-lib_2optionproc_8c__incl.md5 b/html-int/cli-lib_2optionproc_8c__incl.md5 new file mode 100644 index 00000000..2439ae83 --- /dev/null +++ b/html-int/cli-lib_2optionproc_8c__incl.md5 @@ -0,0 +1 @@ +8ad1e2f9fa3665878d44327641953730 \ No newline at end of file diff --git a/html-int/cli-lib_2optionproc_8c__incl.png b/html-int/cli-lib_2optionproc_8c__incl.png new file mode 100644 index 00000000..aa7f0cb6 Binary files /dev/null and b/html-int/cli-lib_2optionproc_8c__incl.png differ diff --git a/html-int/cli-lib_2libswocclient_2version_8c.html b/html-int/cli-lib_2version_8c.html similarity index 77% rename from html-int/cli-lib_2libswocclient_2version_8c.html rename to html-int/cli-lib_2version_8c.html index 98a75ed4..8d7cdec4 100644 --- a/html-int/cli-lib_2libswocclient_2version_8c.html +++ b/html-int/cli-lib_2version_8c.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-lib/libswocclient/version.c File Reference +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-lib/version.c File Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -64,7 +64,7 @@
@@ -89,45 +89,46 @@
version.c File Reference
+ +

Source for version functions. +More...

#include <stdio.h>
-#include <stdlib.h>
#include <config.h>
-#include <libswocclient.h>
+#include <swoc/libswocclient.h>
Include dependency graph for version.c:
-
- - +
+ + - - - - + + +
- - + + - - + + - - + + - - + +

Functions

char * libswocclient_get_pkg_version (void)
 Get the git-describe based package version. More...
char * libswocclient_get_pkg_version (void)
 Get the git-describe based package version. More...
 
char * libswocclient_get_src_version (void)
 Get the source version. More...
char * libswocclient_get_src_version (void)
 Get the source version. More...
 
void libswocclient_print_pkg_version (void)
 Print the package version string to stdout. More...
void libswocclient_print_pkg_version (void)
 Print the package version string to stdout. More...
 
void libswocclient_print_src_version (void)
 Print the source version string to stdout. More...
void libswocclient_print_src_version (void)
 Print the source version string to stdout. More...
 

Detailed Description

-

Source for version functions.

-
Author
Copyright (C) 2016-2019, 2021 Mark Grant
+

Source for version functions.

+
Author
Copyright (C) 2016-2019, 2021, 2022 Mark Grant

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

-
Version
v1.0.9 ==== 08/12/2021
+
Version
v1.0.10 ==== 17/09/2022

Function Documentation

◆ libswocclient_get_pkg_version()

@@ -216,10 +217,8 @@

diff --git a/html-int/cli-lib_2version_8c.js b/html-int/cli-lib_2version_8c.js new file mode 100644 index 00000000..d0774b6e --- /dev/null +++ b/html-int/cli-lib_2version_8c.js @@ -0,0 +1,7 @@ +var cli_lib_2version_8c = +[ + [ "libswocclient_get_pkg_version", "cli-lib_2version_8c.html#adb377dc0d89cc465791180bd068e6e82", null ], + [ "libswocclient_get_src_version", "cli-lib_2version_8c.html#affc539a810036644e5b64c6e27147684", null ], + [ "libswocclient_print_pkg_version", "cli-lib_2version_8c.html#a9cdade34fe54a52516ee857ebb2f7e8e", null ], + [ "libswocclient_print_src_version", "cli-lib_2version_8c.html#a3be4f6e6bd189ead318b00ae751c248a", null ] +]; \ No newline at end of file diff --git a/html-int/cli-lib_2version_8c__incl.map b/html-int/cli-lib_2version_8c__incl.map new file mode 100644 index 00000000..55cdd429 --- /dev/null +++ b/html-int/cli-lib_2version_8c__incl.map @@ -0,0 +1,7 @@ + + + + + + + diff --git a/html-int/cli-lib_2version_8c__incl.md5 b/html-int/cli-lib_2version_8c__incl.md5 new file mode 100644 index 00000000..6d0ab947 --- /dev/null +++ b/html-int/cli-lib_2version_8c__incl.md5 @@ -0,0 +1 @@ +d9ca7412773f2bb9bebf7015c53e552a \ No newline at end of file diff --git a/html-int/cli-lib_2version_8c__incl.png b/html-int/cli-lib_2version_8c__incl.png new file mode 100644 index 00000000..84e15072 Binary files /dev/null and b/html-int/cli-lib_2version_8c__incl.png differ diff --git a/html-int/cli-prg_2swocclient_2cmdlineargs_8c.html b/html-int/cli-prg_2cmdlineargs_8c.html similarity index 78% rename from html-int/cli-prg_2swocclient_2cmdlineargs_8c.html rename to html-int/cli-prg_2cmdlineargs_8c.html index 08db121a..dc95c2cc 100644 --- a/html-int/cli-prg_2swocclient_2cmdlineargs_8c.html +++ b/html-int/cli-prg_2cmdlineargs_8c.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg/swocclient/cmdlineargs.c File Reference +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg/cmdlineargs.c File Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@
- + @@ -64,7 +64,7 @@
@@ -89,47 +89,50 @@
cmdlineargs.c File Reference
+ +

Command line argument processing for swocclient using getopt_long. +More...

#include <getopt.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "internal.h"
-#include <cmdlineargs.h>
-#include <mge-errno.h>
+#include "internal.h"
+#include <libmgec/mge-errno.h>
+#include <swoc/cmdlineargs.h>
Include dependency graph for cmdlineargs.c:
-
- - +
+ + - - - - - + + + + +
- - + + - +

Functions

int process_cla (int argc, char **argv,...)
 Process command line arguments using getopt_long. More...
int process_cla (int argc, char **argv,...)
 Process command line arguments using getopt_long. More...
 
int cpyarg (char *flagarg, char *srcarg)
int cpyarg (char *flagarg, char *srcarg)
 

Detailed Description

-

Command line argument processing for swocclient using getopt_long.

+

Command line argument processing for swocclient using getopt_long.

Author
Copyright (C) 2015-2022 Mark Grant

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

-
Version
v1.1.11 ==== 01/04/2022
+
Version
v1.1.12 ==== 17/09/2022

Function Documentation

◆ cpyarg()

@@ -209,10 +212,8 @@

diff --git a/html-int/cli-prg_2cmdlineargs_8c.js b/html-int/cli-prg_2cmdlineargs_8c.js new file mode 100644 index 00000000..466bdaf0 --- /dev/null +++ b/html-int/cli-prg_2cmdlineargs_8c.js @@ -0,0 +1,5 @@ +var cli_prg_2cmdlineargs_8c = +[ + [ "cpyarg", "cli-prg_2cmdlineargs_8c.html#af4e900bc4549a3f9887836289e77f684", null ], + [ "process_cla", "cli-prg_2cmdlineargs_8c.html#a9e4122b7d1eeb29932cf06d275c444d1", null ] +]; \ No newline at end of file diff --git a/html-int/cli-prg_2cmdlineargs_8c__incl.map b/html-int/cli-prg_2cmdlineargs_8c__incl.map new file mode 100644 index 00000000..803efb7a --- /dev/null +++ b/html-int/cli-prg_2cmdlineargs_8c__incl.map @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/html-int/cli-prg_2cmdlineargs_8c__incl.md5 b/html-int/cli-prg_2cmdlineargs_8c__incl.md5 new file mode 100644 index 00000000..c1cf7edf --- /dev/null +++ b/html-int/cli-prg_2cmdlineargs_8c__incl.md5 @@ -0,0 +1 @@ +1a09556883b57a512d9ba9544476e808 \ No newline at end of file diff --git a/html-int/cli-prg_2cmdlineargs_8c__incl.png b/html-int/cli-prg_2cmdlineargs_8c__incl.png new file mode 100644 index 00000000..24ea4def Binary files /dev/null and b/html-int/cli-prg_2cmdlineargs_8c__incl.png differ diff --git a/html-int/cli-prg_2swocclient_2internal_8h.html b/html-int/cli-prg_2internal_8h.html similarity index 74% rename from html-int/cli-prg_2swocclient_2internal_8h.html rename to html-int/cli-prg_2internal_8h.html index 50aeb5fc..0d83487d 100644 --- a/html-int/cli-prg_2swocclient_2internal_8h.html +++ b/html-int/cli-prg_2internal_8h.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg/swocclient/internal.h File Reference +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg/internal.h File Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@
- + @@ -64,7 +64,7 @@
@@ -89,51 +89,53 @@
internal.h File Reference
-
#include <portability.h>
+ +

Header file for Server Wait on Clients client-side program. +More...

+
#include <libmgec/mge-portability.h>
Include dependency graph for internal.h:
-
- - - +
+ + +
This graph shows which files directly or indirectly include this file:
-
- - - - - +
+ + + +
-

Go to the source code of this file.

+

Go to the source code of this file.

- - + + - - + + - - + + - - + +

Functions

BEGIN_C_DECLS char * swocclient_get_pkg_version (void)
 Get the git-describe based package version. More...
BEGIN_C_DECLS char * swocclient_get_pkg_version (void)
 Get the git-describe based package version. More...
 
char * swocclient_get_src_version (void)
 Get the source version. More...
char * swocclient_get_src_version (void)
 Get the source version. More...
 
void swocclient_print_pkg_version (void)
 Print the package version string to stdout. More...
void swocclient_print_pkg_version (void)
 Print the package version string to stdout. More...
 
void swocclient_print_src_version (void)
 Print the source version string to stdout. More...
void swocclient_print_src_version (void)
 Print the source version string to stdout. More...
 

Detailed Description

-

Header file for Server Wait on Clients client-side program.

-
Author
Copyright (C) 2015-2021 Mark Grant
+

Header file for Server Wait on Clients client-side program.

+
Author
Copyright (C) 2015-2022 Mark Grant

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

-
Version
v1.0.10 ==== 08/12/2021
+
Version
v1.0.11 ==== 15/09/2022

Function Documentation

◆ swocclient_get_pkg_version()

@@ -222,10 +224,8 @@

diff --git a/html-int/cli-prg_2internal_8h.js b/html-int/cli-prg_2internal_8h.js new file mode 100644 index 00000000..cc95fef0 --- /dev/null +++ b/html-int/cli-prg_2internal_8h.js @@ -0,0 +1,7 @@ +var cli_prg_2internal_8h = +[ + [ "swocclient_get_pkg_version", "cli-prg_2internal_8h.html#af043bca849469833297c9baa9de843ba", null ], + [ "swocclient_get_src_version", "cli-prg_2internal_8h.html#ac35c664513620f269ef3232b74a28d8d", null ], + [ "swocclient_print_pkg_version", "cli-prg_2internal_8h.html#af4bc24cb5f2d7e9d2fc8c5ee1ada06c9", null ], + [ "swocclient_print_src_version", "cli-prg_2internal_8h.html#a3f6834ddd5c52fe8c446b23e9cebf0ea", null ] +]; \ No newline at end of file diff --git a/html-int/cli-prg_2internal_8h__dep__incl.map b/html-int/cli-prg_2internal_8h__dep__incl.map new file mode 100644 index 00000000..3e208db9 --- /dev/null +++ b/html-int/cli-prg_2internal_8h__dep__incl.map @@ -0,0 +1,5 @@ + + + + + diff --git a/html-int/cli-prg_2internal_8h__dep__incl.md5 b/html-int/cli-prg_2internal_8h__dep__incl.md5 new file mode 100644 index 00000000..ecc96731 --- /dev/null +++ b/html-int/cli-prg_2internal_8h__dep__incl.md5 @@ -0,0 +1 @@ +9059f1504eb43ebd30b4a2cb327b8f7c \ No newline at end of file diff --git a/html-int/cli-prg_2internal_8h__dep__incl.png b/html-int/cli-prg_2internal_8h__dep__incl.png new file mode 100644 index 00000000..363bdd8b Binary files /dev/null and b/html-int/cli-prg_2internal_8h__dep__incl.png differ diff --git a/html-int/cli-prg_2internal_8h__incl.map b/html-int/cli-prg_2internal_8h__incl.map new file mode 100644 index 00000000..45d345f0 --- /dev/null +++ b/html-int/cli-prg_2internal_8h__incl.map @@ -0,0 +1,4 @@ + + + + diff --git a/html-int/cli-prg_2internal_8h__incl.md5 b/html-int/cli-prg_2internal_8h__incl.md5 new file mode 100644 index 00000000..e223c3f6 --- /dev/null +++ b/html-int/cli-prg_2internal_8h__incl.md5 @@ -0,0 +1 @@ +e5ef154cc56d95b0b12783cb4c593539 \ No newline at end of file diff --git a/html-int/cli-prg_2internal_8h__incl.png b/html-int/cli-prg_2internal_8h__incl.png new file mode 100644 index 00000000..a1a45ecf Binary files /dev/null and b/html-int/cli-prg_2internal_8h__incl.png differ diff --git a/html-int/cli-prg_2swocclient_2internal_8h_source.html b/html-int/cli-prg_2internal_8h_source.html similarity index 69% rename from html-int/cli-prg_2swocclient_2internal_8h_source.html rename to html-int/cli-prg_2internal_8h_source.html index a1eeec7e..e74f68c8 100644 --- a/html-int/cli-prg_2swocclient_2internal_8h_source.html +++ b/html-int/cli-prg_2internal_8h_source.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg/swocclient/internal.h Source File +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg/internal.h Source File @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@
- + @@ -64,7 +64,7 @@
@@ -87,7 +87,7 @@
internal.h
-Go to the documentation of this file.
1 
+Go to the documentation of this file.
1 
14 /* **********************************************************************
15  * *
16  * Changelog *
@@ -112,42 +112,42 @@
35  * temporary libraries to work based on *
36  * the search in configure.ac. *
37  * 08/12/2021 MG 1.0.10 Tighten SPDX tag. *
-
38  * *
-
39  ************************************************************************
-
40  */
-
41 
-
42 #ifndef SWOCCLIENT_INTERNAL_H
-
43 #define SWOCCLIENT_INTERNAL_H
+
38  * 15/09/2022 MG 1.0.11 Rename portability.h *
+
39  * Use pkginclude location. *
+
40  * Flatten directory structure. *
+
41  * *
+
42  ************************************************************************
+
43  */
44 
-
45 #include <portability.h>
-
46 
-
47 BEGIN_C_DECLS
-
48 
-
49 char *swocclient_get_pkg_version(void);
-
50 
-
51 char *swocclient_get_src_version(void);
-
52 
- -
54 
- -
56 
-
57 END_C_DECLS
-
58 
-
59 #endif /* ndef SWOCCLIENT_INTERNAL_H */
-
60 
+
45 #ifndef SWOCCLIENT_INTERNAL_H
+
46 #define SWOCCLIENT_INTERNAL_H
+
47 
+
48 #include <libmgec/mge-portability.h>
+
49 
+
50 BEGIN_C_DECLS
+
51 
+
52 char *swocclient_get_pkg_version(void);
+
53 
+
54 char *swocclient_get_src_version(void);
+
55 
+ +
57 
+ +
59 
+
60 END_C_DECLS
+
61 
+
62 #endif /* ndef SWOCCLIENT_INTERNAL_H */
+
void swocclient_print_src_version(void)
Print the source version string to stdout.
Definition: version.c:78
+
char * swocclient_get_src_version(void)
Get the source version.
Definition: version.c:61
+
BEGIN_C_DECLS char * swocclient_get_pkg_version(void)
Get the git-describe based package version.
Definition: version.c:52
+
void swocclient_print_pkg_version(void)
Print the package version string to stdout.
Definition: version.c:69
-
swocclient_get_src_version
char * swocclient_get_src_version(void)
Get the source version.
Definition: version.c:59
-
swocclient_get_pkg_version
BEGIN_C_DECLS char * swocclient_get_pkg_version(void)
Get the git-describe based package version.
Definition: version.c:50
-
swocclient_print_pkg_version
void swocclient_print_pkg_version(void)
Print the package version string to stdout.
Definition: version.c:67
-
swocclient_print_src_version
void swocclient_print_src_version(void)
Print the source version string to stdout.
Definition: version.c:76
diff --git a/html-int/cli-prg_2swocclient_2main_8c.html b/html-int/cli-prg_2main_8c.html similarity index 75% rename from html-int/cli-prg_2swocclient_2main_8c.html rename to html-int/cli-prg_2main_8c.html index 975b49d1..f48a58d7 100644 --- a/html-int/cli-prg_2swocclient_2main_8c.html +++ b/html-int/cli-prg_2main_8c.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg/swocclient/main.c File Reference +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg/main.c File Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -64,7 +64,7 @@
@@ -90,49 +90,51 @@
main.c File Reference
+ +

Server Wait On Clients client program. +More...

#include <stdio.h>
#include <stdlib.h>
-#include "internal.h"
-#include "signalhandle.h"
-#include <cmdlineargs.h>
-#include <libswocclient.h>
-#include <mge-errno.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...
int main (int argc, char **argv)
 Program entry point. More...
 
- - + +

Variables

static char * prog_name
 The name of this program. More...
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).

+

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.12 ==== 01/04/2022
+
Version
v1.1.13 ==== 17/09/2022

Function Documentation

◆ main()

@@ -202,10 +204,8 @@

diff --git a/html-int/cli-prg_2main_8c.js b/html-int/cli-prg_2main_8c.js new file mode 100644 index 00000000..d5daf4b9 --- /dev/null +++ b/html-int/cli-prg_2main_8c.js @@ -0,0 +1,5 @@ +var cli_prg_2main_8c = +[ + [ "main", "cli-prg_2main_8c.html#a3c04138a5bfe5d72780bb7e82a18e627", null ], + [ "prog_name", "cli-prg_2main_8c.html#a598d558168ea9fcc902baf4a3a42a5ea", null ] +]; \ No newline at end of file diff --git a/html-int/cli-prg_2main_8c__incl.map b/html-int/cli-prg_2main_8c__incl.map new file mode 100644 index 00000000..533693cd --- /dev/null +++ b/html-int/cli-prg_2main_8c__incl.map @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/html-int/cli-prg_2main_8c__incl.md5 b/html-int/cli-prg_2main_8c__incl.md5 new file mode 100644 index 00000000..664ed6f9 --- /dev/null +++ b/html-int/cli-prg_2main_8c__incl.md5 @@ -0,0 +1 @@ +17f7413620178ac39e8a3c33526ecbce \ No newline at end of file diff --git a/html-int/cli-prg_2main_8c__incl.png b/html-int/cli-prg_2main_8c__incl.png new file mode 100644 index 00000000..f4e14f14 Binary files /dev/null and b/html-int/cli-prg_2main_8c__incl.png differ diff --git a/html-int/cli-prg_2swocclient_2signalhandle_8c.html b/html-int/cli-prg_2signalhandle_8c.html similarity index 76% rename from html-int/cli-prg_2swocclient_2signalhandle_8c.html rename to html-int/cli-prg_2signalhandle_8c.html index 4b9ce3a1..76dff259 100644 --- a/html-int/cli-prg_2swocclient_2signalhandle_8c.html +++ b/html-int/cli-prg_2signalhandle_8c.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg/swocclient/signalhandle.c File Reference +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg/signalhandle.c File Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@
- + @@ -64,7 +64,7 @@
@@ -89,43 +89,44 @@
signalhandle.c File Reference
-
#include <errno.h>
-#include <signal.h>
+ +

Signal handling functions. +More...

+
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <signalhandle.h>
-#include <libswocclient.h>
+#include <swoc/libswocclient.h>
+#include <swoc/signalhandle.h>
Include dependency graph for signalhandle.c:
-
- - - - - - - - - - - +
+ + + + + + + + + +
- - + + - - + +

Functions

void init_sig_handle (void)
 Initialise signal handler. More...
void init_sig_handle (void)
 Initialise signal handler. More...
 
void termination_handler (int signum)
 Handler for caught signals. More...
void termination_handler (int signum)
 Handler for caught signals. More...
 

Detailed Description

-

Signal handling functions.

+

Signal handling functions.

Likely terminate signals to handle.

SIGTERM
@@ -136,10 +137,10 @@

SIGCONT
SIGTSTP (Ctrl-Z)

-
Author
Copyright (C) 2015-2021 Mark Grant
+
Author
Copyright (C) 2015-2022 Mark Grant

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

-
Version
v1.0.11 ==== 08/12/2021
+
Version
v1.0.12 ==== 17/09/2022

Function Documentation

◆ init_sig_handle()

@@ -210,10 +211,8 @@

diff --git a/html-int/cli-prg_2signalhandle_8c.js b/html-int/cli-prg_2signalhandle_8c.js new file mode 100644 index 00000000..660ab3a3 --- /dev/null +++ b/html-int/cli-prg_2signalhandle_8c.js @@ -0,0 +1,5 @@ +var cli_prg_2signalhandle_8c = +[ + [ "init_sig_handle", "cli-prg_2signalhandle_8c.html#a945da8b036ea7d42fbd47efb1cd23152", null ], + [ "termination_handler", "cli-prg_2signalhandle_8c.html#a57dae6bcf94a70cbe68aedc2a25f2286", null ] +]; \ No newline at end of file diff --git a/html-int/cli-prg_2signalhandle_8c__incl.map b/html-int/cli-prg_2signalhandle_8c__incl.map new file mode 100644 index 00000000..f7b75344 --- /dev/null +++ b/html-int/cli-prg_2signalhandle_8c__incl.map @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/html-int/cli-prg_2signalhandle_8c__incl.md5 b/html-int/cli-prg_2signalhandle_8c__incl.md5 new file mode 100644 index 00000000..27282952 --- /dev/null +++ b/html-int/cli-prg_2signalhandle_8c__incl.md5 @@ -0,0 +1 @@ +c92fd62899bb6c03620e805bf32c9d95 \ No newline at end of file diff --git a/html-int/cli-prg_2signalhandle_8c__incl.png b/html-int/cli-prg_2signalhandle_8c__incl.png new file mode 100644 index 00000000..c26680ff Binary files /dev/null and b/html-int/cli-prg_2signalhandle_8c__incl.png differ diff --git a/html-int/cli-prg_2swocclient_2cmdlineargs_8c.js b/html-int/cli-prg_2swocclient_2cmdlineargs_8c.js deleted file mode 100644 index b5c6cd0d..00000000 --- a/html-int/cli-prg_2swocclient_2cmdlineargs_8c.js +++ /dev/null @@ -1,5 +0,0 @@ -var cli_prg_2swocclient_2cmdlineargs_8c = -[ - [ "cpyarg", "cli-prg_2swocclient_2cmdlineargs_8c.html#af4e900bc4549a3f9887836289e77f684", null ], - [ "process_cla", "cli-prg_2swocclient_2cmdlineargs_8c.html#a9e4122b7d1eeb29932cf06d275c444d1", null ] -]; \ No newline at end of file diff --git a/html-int/cli-prg_2swocclient_2cmdlineargs_8c__incl.map b/html-int/cli-prg_2swocclient_2cmdlineargs_8c__incl.map deleted file mode 100644 index 14868801..00000000 --- a/html-int/cli-prg_2swocclient_2cmdlineargs_8c__incl.map +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/html-int/cli-prg_2swocclient_2cmdlineargs_8c__incl.md5 b/html-int/cli-prg_2swocclient_2cmdlineargs_8c__incl.md5 deleted file mode 100644 index cb08f25b..00000000 --- a/html-int/cli-prg_2swocclient_2cmdlineargs_8c__incl.md5 +++ /dev/null @@ -1 +0,0 @@ -1b870810e84d62075277d5e9858aa9c1 \ No newline at end of file diff --git a/html-int/cli-prg_2swocclient_2cmdlineargs_8c__incl.png b/html-int/cli-prg_2swocclient_2cmdlineargs_8c__incl.png deleted file mode 100644 index c2104bab..00000000 Binary files a/html-int/cli-prg_2swocclient_2cmdlineargs_8c__incl.png and /dev/null differ diff --git a/html-int/cli-prg_2swocclient_2internal_8h.js b/html-int/cli-prg_2swocclient_2internal_8h.js deleted file mode 100644 index b332c8aa..00000000 --- a/html-int/cli-prg_2swocclient_2internal_8h.js +++ /dev/null @@ -1,7 +0,0 @@ -var cli_prg_2swocclient_2internal_8h = -[ - [ "swocclient_get_pkg_version", "cli-prg_2swocclient_2internal_8h.html#af043bca849469833297c9baa9de843ba", null ], - [ "swocclient_get_src_version", "cli-prg_2swocclient_2internal_8h.html#ac35c664513620f269ef3232b74a28d8d", null ], - [ "swocclient_print_pkg_version", "cli-prg_2swocclient_2internal_8h.html#af4bc24cb5f2d7e9d2fc8c5ee1ada06c9", null ], - [ "swocclient_print_src_version", "cli-prg_2swocclient_2internal_8h.html#a3f6834ddd5c52fe8c446b23e9cebf0ea", null ] -]; \ No newline at end of file diff --git a/html-int/cli-prg_2swocclient_2internal_8h__dep__incl.map b/html-int/cli-prg_2swocclient_2internal_8h__dep__incl.map deleted file mode 100644 index c39108b9..00000000 --- a/html-int/cli-prg_2swocclient_2internal_8h__dep__incl.map +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/html-int/cli-prg_2swocclient_2internal_8h__dep__incl.md5 b/html-int/cli-prg_2swocclient_2internal_8h__dep__incl.md5 deleted file mode 100644 index ddab08b0..00000000 --- a/html-int/cli-prg_2swocclient_2internal_8h__dep__incl.md5 +++ /dev/null @@ -1 +0,0 @@ -9e5771382f79e6004e4d0f5566f6c216 \ No newline at end of file diff --git a/html-int/cli-prg_2swocclient_2internal_8h__dep__incl.png b/html-int/cli-prg_2swocclient_2internal_8h__dep__incl.png deleted file mode 100644 index a0fbb9cb..00000000 Binary files a/html-int/cli-prg_2swocclient_2internal_8h__dep__incl.png and /dev/null differ diff --git a/html-int/cli-prg_2swocclient_2internal_8h__incl.map b/html-int/cli-prg_2swocclient_2internal_8h__incl.map deleted file mode 100644 index 4ffdeeb7..00000000 --- a/html-int/cli-prg_2swocclient_2internal_8h__incl.map +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/html-int/cli-prg_2swocclient_2internal_8h__incl.md5 b/html-int/cli-prg_2swocclient_2internal_8h__incl.md5 deleted file mode 100644 index bdc3c717..00000000 --- a/html-int/cli-prg_2swocclient_2internal_8h__incl.md5 +++ /dev/null @@ -1 +0,0 @@ -745ee8f673cd5aaf2df76a2bb61d2f87 \ No newline at end of file diff --git a/html-int/cli-prg_2swocclient_2internal_8h__incl.png b/html-int/cli-prg_2swocclient_2internal_8h__incl.png deleted file mode 100644 index 7bc7db93..00000000 Binary files a/html-int/cli-prg_2swocclient_2internal_8h__incl.png and /dev/null differ diff --git a/html-int/cli-prg_2swocclient_2main_8c.js b/html-int/cli-prg_2swocclient_2main_8c.js deleted file mode 100644 index be0ded85..00000000 --- a/html-int/cli-prg_2swocclient_2main_8c.js +++ /dev/null @@ -1,5 +0,0 @@ -var cli_prg_2swocclient_2main_8c = -[ - [ "main", "cli-prg_2swocclient_2main_8c.html#a3c04138a5bfe5d72780bb7e82a18e627", null ], - [ "prog_name", "cli-prg_2swocclient_2main_8c.html#a598d558168ea9fcc902baf4a3a42a5ea", null ] -]; \ No newline at end of file diff --git a/html-int/cli-prg_2swocclient_2main_8c__incl.map b/html-int/cli-prg_2swocclient_2main_8c__incl.map deleted file mode 100644 index 8e51c8e3..00000000 --- a/html-int/cli-prg_2swocclient_2main_8c__incl.map +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/html-int/cli-prg_2swocclient_2main_8c__incl.md5 b/html-int/cli-prg_2swocclient_2main_8c__incl.md5 deleted file mode 100644 index 02541e6b..00000000 --- a/html-int/cli-prg_2swocclient_2main_8c__incl.md5 +++ /dev/null @@ -1 +0,0 @@ -e2eeeb6517464303b88542654c23bd56 \ No newline at end of file diff --git a/html-int/cli-prg_2swocclient_2main_8c__incl.png b/html-int/cli-prg_2swocclient_2main_8c__incl.png deleted file mode 100644 index b44917c6..00000000 Binary files a/html-int/cli-prg_2swocclient_2main_8c__incl.png and /dev/null differ diff --git a/html-int/cli-prg_2swocclient_2signalhandle_8c.js b/html-int/cli-prg_2swocclient_2signalhandle_8c.js deleted file mode 100644 index 8e2d9346..00000000 --- a/html-int/cli-prg_2swocclient_2signalhandle_8c.js +++ /dev/null @@ -1,5 +0,0 @@ -var cli_prg_2swocclient_2signalhandle_8c = -[ - [ "init_sig_handle", "cli-prg_2swocclient_2signalhandle_8c.html#a945da8b036ea7d42fbd47efb1cd23152", null ], - [ "termination_handler", "cli-prg_2swocclient_2signalhandle_8c.html#a57dae6bcf94a70cbe68aedc2a25f2286", null ] -]; \ No newline at end of file diff --git a/html-int/cli-prg_2swocclient_2signalhandle_8c__incl.map b/html-int/cli-prg_2swocclient_2signalhandle_8c__incl.map deleted file mode 100644 index 2cb60220..00000000 --- a/html-int/cli-prg_2swocclient_2signalhandle_8c__incl.map +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/html-int/cli-prg_2swocclient_2signalhandle_8c__incl.md5 b/html-int/cli-prg_2swocclient_2signalhandle_8c__incl.md5 deleted file mode 100644 index eaa1fa7f..00000000 --- a/html-int/cli-prg_2swocclient_2signalhandle_8c__incl.md5 +++ /dev/null @@ -1 +0,0 @@ -7147cddc949f8874ce38f0e53048783e \ No newline at end of file diff --git a/html-int/cli-prg_2swocclient_2signalhandle_8c__incl.png b/html-int/cli-prg_2swocclient_2signalhandle_8c__incl.png deleted file mode 100644 index 7cccafdf..00000000 Binary files a/html-int/cli-prg_2swocclient_2signalhandle_8c__incl.png and /dev/null differ diff --git a/html-int/cli-prg_2swocclient_2version_8c.js b/html-int/cli-prg_2swocclient_2version_8c.js deleted file mode 100644 index 9f25b82c..00000000 --- a/html-int/cli-prg_2swocclient_2version_8c.js +++ /dev/null @@ -1,7 +0,0 @@ -var cli_prg_2swocclient_2version_8c = -[ - [ "swocclient_get_pkg_version", "cli-prg_2swocclient_2version_8c.html#a5c8c2221ef3aaffd3ac1f6a1945b6b62", null ], - [ "swocclient_get_src_version", "cli-prg_2swocclient_2version_8c.html#ac35c664513620f269ef3232b74a28d8d", null ], - [ "swocclient_print_pkg_version", "cli-prg_2swocclient_2version_8c.html#af4bc24cb5f2d7e9d2fc8c5ee1ada06c9", null ], - [ "swocclient_print_src_version", "cli-prg_2swocclient_2version_8c.html#a3f6834ddd5c52fe8c446b23e9cebf0ea", null ] -]; \ No newline at end of file diff --git a/html-int/cli-prg_2swocclient_2version_8c__incl.map b/html-int/cli-prg_2swocclient_2version_8c__incl.map deleted file mode 100644 index 9542015c..00000000 --- a/html-int/cli-prg_2swocclient_2version_8c__incl.map +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/html-int/cli-prg_2swocclient_2version_8c__incl.md5 b/html-int/cli-prg_2swocclient_2version_8c__incl.md5 deleted file mode 100644 index 872fd6be..00000000 --- a/html-int/cli-prg_2swocclient_2version_8c__incl.md5 +++ /dev/null @@ -1 +0,0 @@ -9feedecfc17220e90f853d6bba95b3cf \ No newline at end of file diff --git a/html-int/cli-prg_2swocclient_2version_8c__incl.png b/html-int/cli-prg_2swocclient_2version_8c__incl.png deleted file mode 100644 index 5246bef7..00000000 Binary files a/html-int/cli-prg_2swocclient_2version_8c__incl.png and /dev/null differ diff --git a/html-int/cli-prg_2swocclient_2version_8c.html b/html-int/cli-prg_2version_8c.html similarity index 78% rename from html-int/cli-prg_2swocclient_2version_8c.html rename to html-int/cli-prg_2version_8c.html index 24235255..b353415f 100644 --- a/html-int/cli-prg_2swocclient_2version_8c.html +++ b/html-int/cli-prg_2version_8c.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg/swocclient/version.c File Reference +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg/version.c File Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@
- + @@ -64,7 +64,7 @@
@@ -89,43 +89,46 @@
version.c File Reference
+ +

Source for version functions. +More...

#include <config.h>
#include <stdio.h>
-#include "internal.h"
+#include "internal.h"
Include dependency graph for version.c:
-
- - +
+ + - - + +
- - + + - - + + - - + + - - + +

Functions

char * swocclient_get_pkg_version (void)
 Get the git-describe based package version. More...
char * swocclient_get_pkg_version (void)
 Get the git-describe based package version. More...
 
char * swocclient_get_src_version (void)
 Get the source version. More...
char * swocclient_get_src_version (void)
 Get the source version. More...
 
void swocclient_print_pkg_version (void)
 Print the package version string to stdout. More...
void swocclient_print_pkg_version (void)
 Print the package version string to stdout. More...
 
void swocclient_print_src_version (void)
 Print the source version string to stdout. More...
void swocclient_print_src_version (void)
 Print the source version string to stdout. More...
 

Detailed Description

-

Source for version functions.

-
Author
Copyright (C) 2015-2021 Mark Grant
+

Source for version functions.

+
Author
Copyright (C) 2015-2022 Mark Grant

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

-
Version
v1.0.10 ==== 08/12/2021
+
Version
v1.0.11 ==== 17/09/2022

Function Documentation

◆ swocclient_get_pkg_version()

@@ -214,10 +217,8 @@

diff --git a/html-int/cli-prg_2version_8c.js b/html-int/cli-prg_2version_8c.js new file mode 100644 index 00000000..b6f14a29 --- /dev/null +++ b/html-int/cli-prg_2version_8c.js @@ -0,0 +1,7 @@ +var cli_prg_2version_8c = +[ + [ "swocclient_get_pkg_version", "cli-prg_2version_8c.html#a5c8c2221ef3aaffd3ac1f6a1945b6b62", null ], + [ "swocclient_get_src_version", "cli-prg_2version_8c.html#ac35c664513620f269ef3232b74a28d8d", null ], + [ "swocclient_print_pkg_version", "cli-prg_2version_8c.html#af4bc24cb5f2d7e9d2fc8c5ee1ada06c9", null ], + [ "swocclient_print_src_version", "cli-prg_2version_8c.html#a3f6834ddd5c52fe8c446b23e9cebf0ea", null ] +]; \ No newline at end of file diff --git a/html-int/cli-prg_2version_8c__incl.map b/html-int/cli-prg_2version_8c__incl.map new file mode 100644 index 00000000..b8e46adf --- /dev/null +++ b/html-int/cli-prg_2version_8c__incl.map @@ -0,0 +1,7 @@ + + + + + + + diff --git a/html-int/cli-prg_2version_8c__incl.md5 b/html-int/cli-prg_2version_8c__incl.md5 new file mode 100644 index 00000000..f6e8097a --- /dev/null +++ b/html-int/cli-prg_2version_8c__incl.md5 @@ -0,0 +1 @@ +e7db2686742f4ceb7c1a950d8859ffc2 \ No newline at end of file diff --git a/html-int/cli-prg_2version_8c__incl.png b/html-int/cli-prg_2version_8c__incl.png new file mode 100644 index 00000000..f1e39ad1 Binary files /dev/null and b/html-int/cli-prg_2version_8c__incl.png differ diff --git a/html-int/cmdlineargs_8h.html b/html-int/cmdlineargs_8h.html index 1ed8609d..89b46ccc 100644 --- a/html-int/cmdlineargs_8h.html +++ b/html-int/cmdlineargs_8h.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/inc/internal/cmdlineargs.h File Reference +Server Wait On Clients System - Full Internal Documentation: src/prg/c/inc/swoc/cmdlineargs.h File Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@
- + @@ -91,30 +91,33 @@
cmdlineargs.h File Reference
+ +

Header file for command line processing. +More...

#include <limits.h>
-#include <portability.h>
+#include <libmgec/mge-portability.h>
Include dependency graph for cmdlineargs.h:
-
- - +
+ + - +
This graph shows which files directly or indirectly include this file:
-
- - - - - - - - +
+ + + + + + + +
@@ -141,11 +144,11 @@  

Detailed Description

-

Header file for command line processing.

-
Author
Copyright (C) 2015-2021 Mark Grant
+

Header file for command line processing.

+
Author
Copyright (C) 2015-2022 Mark Grant

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

-
Version
v1.0.11 ==== 08/12/2021
+
Version
v1.0.12 ==== 17/09/2022

Macro Definition Documentation

◆ ARG_BUF

@@ -243,10 +246,8 @@

diff --git a/html-int/cmdlineargs_8h__dep__incl.map b/html-int/cmdlineargs_8h__dep__incl.map index 0a148eac..2444bf07 100644 --- a/html-int/cmdlineargs_8h__dep__incl.map +++ b/html-int/cmdlineargs_8h__dep__incl.map @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + diff --git a/html-int/cmdlineargs_8h__dep__incl.md5 b/html-int/cmdlineargs_8h__dep__incl.md5 index 4d27a421..a5479c42 100644 --- a/html-int/cmdlineargs_8h__dep__incl.md5 +++ b/html-int/cmdlineargs_8h__dep__incl.md5 @@ -1 +1 @@ -6054fa4c719771ba25af26d8daa28cc9 \ No newline at end of file +8281d17b99a01bc6ddec1162f3278172 \ No newline at end of file diff --git a/html-int/cmdlineargs_8h__dep__incl.png b/html-int/cmdlineargs_8h__dep__incl.png index bcceab78..94f5c065 100644 Binary files a/html-int/cmdlineargs_8h__dep__incl.png and b/html-int/cmdlineargs_8h__dep__incl.png differ diff --git a/html-int/cmdlineargs_8h__incl.map b/html-int/cmdlineargs_8h__incl.map index 0f1a1039..2c2797ba 100644 --- a/html-int/cmdlineargs_8h__incl.map +++ b/html-int/cmdlineargs_8h__incl.map @@ -1,5 +1,5 @@ - - + + - + diff --git a/html-int/cmdlineargs_8h__incl.md5 b/html-int/cmdlineargs_8h__incl.md5 index 68b22793..df0581a6 100644 --- a/html-int/cmdlineargs_8h__incl.md5 +++ b/html-int/cmdlineargs_8h__incl.md5 @@ -1 +1 @@ -a8feb87e1149dc04ecf247787ca93613 \ No newline at end of file +00c49ede1aa4f421d5de2ae0644b3795 \ No newline at end of file diff --git a/html-int/cmdlineargs_8h__incl.png b/html-int/cmdlineargs_8h__incl.png index b38df953..78a65d38 100644 Binary files a/html-int/cmdlineargs_8h__incl.png and b/html-int/cmdlineargs_8h__incl.png differ diff --git a/html-int/cmdlineargs_8h_source.html b/html-int/cmdlineargs_8h_source.html index 979630b1..06f66426 100644 --- a/html-int/cmdlineargs_8h_source.html +++ b/html-int/cmdlineargs_8h_source.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/inc/internal/cmdlineargs.h Source File +Server Wait On Clients System - Full Internal Documentation: src/prg/c/inc/swoc/cmdlineargs.h Source File @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@
- + @@ -114,49 +114,48 @@
37  * 11/10/2021 MG 1.0.10 Move to internal directory. *
38  * Merge server and client versions. *
39  * 08/12/2021 MG 1.0.11 Tighten SPDX tag. *
-
40  * *
-
41  ************************************************************************
-
42  */
-
43 
-
44 #ifndef CMDLINEARGS_H
-
45 #define CMDLINEARGS_H
-
46 
-
47 #include <limits.h>
+
40  * 17/09/2022 MG 1.0.12 Rename portability.h *
+
41  * Use pkginclude location. *
+
42  * *
+
43  ************************************************************************
+
44  */
+
45 
+
46 #ifndef CMDLINEARGS_H
+
47 #define CMDLINEARGS_H
48 
-
49 #include <portability.h>
+
49 #include <limits.h>
50 
-
51 BEGIN_C_DECLS
+
51 #include <libmgec/mge-portability.h>
52 
-
58 #define ARG_BUF PATH_MAX
-
59 
-
61 struct cla {
-
62  int is_set;
-
63  char argument[ARG_BUF];
-
64 };
-
65 
-
66 int process_cla(int argc, char **argv, ...);
+
53 BEGIN_C_DECLS
+
54 
+
60 #define ARG_BUF PATH_MAX
+
61 
+
63 struct cla {
+
64  int is_set;
+
65  char argument[ARG_BUF];
+
66 };
67 
-
68 int cpyarg(char *flagarg, char *srcarg);
+
68 int process_cla(int argc, char **argv, ...);
69 
-
70 END_C_DECLS
+
70 int cpyarg(char *flagarg, char *srcarg);
71 
-
72 #endif /* ndef CMDLINEARGS_H */
+
72 END_C_DECLS
73 
+
74 #endif /* ndef CMDLINEARGS_H */
+
ARG_BUF
#define ARG_BUF
Argument buffer size.
Definition: cmdlineargs.h:60
+
process_cla
int process_cla(int argc, char **argv,...)
Process command line arguments using getopt_long.
Definition: cmdlineargs.c:74
+
cpyarg
int cpyarg(char *flagarg, char *srcarg)
Definition: cmdlineargs.c:257
+
cla
Command line argument.
Definition: cmdlineargs.h:63
+
cla::argument
char argument[ARG_BUF]
A possible argument to the flag.
Definition: cmdlineargs.h:65
+
cla::is_set
int is_set
Flag is set, 1 is true, 0 is false.
Definition: cmdlineargs.h:64
-
process_cla
int process_cla(int argc, char **argv,...)
Process command line arguments using getopt_long.
Definition: cmdlineargs.c:72
-
ARG_BUF
#define ARG_BUF
Argument buffer size.
Definition: cmdlineargs.h:58
-
cla
Command line argument.
Definition: cmdlineargs.h:61
-
cla::argument
char argument[ARG_BUF]
A possible argument to the flag.
Definition: cmdlineargs.h:63
-
cpyarg
int cpyarg(char *flagarg, char *srcarg)
Definition: cmdlineargs.c:255
-
cla::is_set
int is_set
Flag is set, 1 is true, 0 is false.
Definition: cmdlineargs.h:62
diff --git a/html-int/com-lib_2libswoccommon_2validateconfig_8c.js b/html-int/com-lib_2libswoccommon_2validateconfig_8c.js deleted file mode 100644 index 121f637c..00000000 --- a/html-int/com-lib_2libswoccommon_2validateconfig_8c.js +++ /dev/null @@ -1,17 +0,0 @@ -var com_lib_2libswoccommon_2validateconfig_8c = -[ - [ "swcom_validate_config", "com-lib_2libswoccommon_2validateconfig_8c.html#a9baa4670d4a3615de90a05fa61133160", null ], - [ "validateconfigfileparams", "com-lib_2libswoccommon_2validateconfig_8c.html#a1751aa52e62a57bd4c66da1c20c4e97d", null ], - [ "validatepollint", "com-lib_2libswoccommon_2validateconfig_8c.html#a643923b76a6b4143799f8263fc305c07", null ], - [ "validateserver", "com-lib_2libswoccommon_2validateconfig_8c.html#a801e041ba592549c9322b734824fbb09", null ], - [ "validatesrvportno", "com-lib_2libswoccommon_2validateconfig_8c.html#a4d4c5187e37ae9fc64cbbd01d6515ff4", null ], - [ "validatessh", "com-lib_2libswoccommon_2validateconfig_8c.html#aab8566a1d714c835b56003188d2c873a", null ], - [ "validatesshportno", "com-lib_2libswoccommon_2validateconfig_8c.html#a0ae2111f69298cc7c50e20f1c00d9221", null ], - [ "validatesshuser", "com-lib_2libswoccommon_2validateconfig_8c.html#a2ed42ef097f46fb21c77c5408c49eb4a", null ], - [ "pollint", "com-lib_2libswoccommon_2validateconfig_8c.html#acf8f1e5a20b0268b0ba18f635705856c", null ], - [ "server", "com-lib_2libswoccommon_2validateconfig_8c.html#a9ec1c5c0cc443dc54891e3792915dbb1", null ], - [ "srvportno", "com-lib_2libswoccommon_2validateconfig_8c.html#a55dedd9e685182a99d82a2e8e9c9b0b0", null ], - [ "ssh", "com-lib_2libswoccommon_2validateconfig_8c.html#a15be9653ea9e10b7fb31b9fc4dd5f250", null ], - [ "sshportno", "com-lib_2libswoccommon_2validateconfig_8c.html#a5616f9ede70b379499295a72af85cdd1", null ], - [ "sshuser", "com-lib_2libswoccommon_2validateconfig_8c.html#a3163489064a641692b40c2df32d66dfb", null ] -]; \ No newline at end of file diff --git a/html-int/com-lib_2libswoccommon_2validateconfig_8c__incl.map b/html-int/com-lib_2libswoccommon_2validateconfig_8c__incl.map deleted file mode 100644 index d45722ea..00000000 --- a/html-int/com-lib_2libswoccommon_2validateconfig_8c__incl.map +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/html-int/com-lib_2libswoccommon_2validateconfig_8c__incl.md5 b/html-int/com-lib_2libswoccommon_2validateconfig_8c__incl.md5 deleted file mode 100644 index 7c293a83..00000000 --- a/html-int/com-lib_2libswoccommon_2validateconfig_8c__incl.md5 +++ /dev/null @@ -1 +0,0 @@ -1db1b4835c96b2f8490a9c9ba88c1a2b \ No newline at end of file diff --git a/html-int/com-lib_2libswoccommon_2validateconfig_8c__incl.png b/html-int/com-lib_2libswoccommon_2validateconfig_8c__incl.png deleted file mode 100644 index 0ae8b8d1..00000000 Binary files a/html-int/com-lib_2libswoccommon_2validateconfig_8c__incl.png and /dev/null differ diff --git a/html-int/com-lib_2libswoccommon_2version_8c.js b/html-int/com-lib_2libswoccommon_2version_8c.js deleted file mode 100644 index 3b3b95bd..00000000 --- a/html-int/com-lib_2libswoccommon_2version_8c.js +++ /dev/null @@ -1,7 +0,0 @@ -var com_lib_2libswoccommon_2version_8c = -[ - [ "libswoccommon_get_pkg_version", "com-lib_2libswoccommon_2version_8c.html#ac9a5343bbdfbdfe61391bf04862a53d4", null ], - [ "libswoccommon_get_src_version", "com-lib_2libswoccommon_2version_8c.html#ad473669cbd50b909a3bca918ee907fd6", null ], - [ "libswoccommon_print_pkg_version", "com-lib_2libswoccommon_2version_8c.html#af9754839cf68d1e57bfcffc01f0f255b", null ], - [ "libswoccommon_print_src_version", "com-lib_2libswoccommon_2version_8c.html#a4dece283b3ed05e145b8660f72089714", null ] -]; \ No newline at end of file diff --git a/html-int/com-lib_2libswoccommon_2version_8c__incl.map b/html-int/com-lib_2libswoccommon_2version_8c__incl.map deleted file mode 100644 index 41a49c97..00000000 --- a/html-int/com-lib_2libswoccommon_2version_8c__incl.map +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/html-int/com-lib_2libswoccommon_2version_8c__incl.md5 b/html-int/com-lib_2libswoccommon_2version_8c__incl.md5 deleted file mode 100644 index 113666df..00000000 --- a/html-int/com-lib_2libswoccommon_2version_8c__incl.md5 +++ /dev/null @@ -1 +0,0 @@ -9013896ce711236c47bf49272708d1d5 \ No newline at end of file diff --git a/html-int/com-lib_2libswoccommon_2version_8c__incl.png b/html-int/com-lib_2libswoccommon_2version_8c__incl.png deleted file mode 100644 index 0bc4d808..00000000 Binary files a/html-int/com-lib_2libswoccommon_2version_8c__incl.png and /dev/null differ diff --git a/html-int/com-lib_2libswoccommon_2validateconfig_8c.html b/html-int/com-lib_2validateconfig_8c.html similarity index 77% rename from html-int/com-lib_2libswoccommon_2validateconfig_8c.html rename to html-int/com-lib_2validateconfig_8c.html index e8e88685..fc63c4b0 100644 --- a/html-int/com-lib_2libswoccommon_2validateconfig_8c.html +++ b/html-int/com-lib_2validateconfig_8c.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/com-lib/libswoccommon/validateconfig.c File Reference +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/com-lib/validateconfig.c File Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -64,7 +64,7 @@
@@ -90,93 +90,92 @@
validateconfig.c File Reference
+ +

To parse and validate the config file. +More...

#include <ctype.h>
#include <errno.h>
#include <limits.h>
-#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/stat.h>
#include <syslog.h>
#include <configmake.h>
-#include <configfile.h>
-#include <libswoccommon.h>
-#include <mge-errno.h>
+#include <libmgec/mge-errno.h>
+#include <libmgesysutils/mge-configfile.h>
+#include <swoc/libswoccommon.h>
Include dependency graph for validateconfig.c:
-
- - - - - - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + + + +
- + - + - + - + - + - + - + - - + +

Functions

static int validateconfigfileparams (const struct confsection *)
static int validateconfigfileparams (const struct confsection *)
 
static int validatepollint (const struct confsection *)
static int validatepollint (const struct confsection *)
 
static int validatessh (const struct confsection *ps)
static int validatessh (const struct confsection *ps)
 
static int validateserver (const struct confsection *)
static int validateserver (const struct confsection *)
 
static int validatesrvportno (const struct confsection *)
static int validatesrvportno (const struct confsection *)
 
static int validatesshportno (const struct confsection *)
static int validatesshportno (const struct confsection *)
 
static int validatesshuser (const struct confsection *ps)
static int validatesshuser (const struct confsection *ps)
 
int swcom_validate_config (void)
 Parse and validate the config file. More...
int swcom_validate_config (void)
 Parse and validate the config file. More...
 
- - + + - - + + - - + + - - + + - - + + - - + +

Variables

int pollint
 Polling interval. More...
int pollint
 Polling interval. More...
 
int ssh
 Use SSH false == 0, true == 1. More...
int ssh
 Use SSH false == 0, true == 1. More...
 
char server [_POSIX_HOST_NAME_MAX]
 Server name. More...
char server [_POSIX_HOST_NAME_MAX]
 Server name. More...
 
int srvportno
 Server port number. More...
int srvportno
 Server port number. More...
 
int sshportno
 Local port to use if using SSH. More...
int sshportno
 Local port to use if using SSH. More...
 
char sshuser [_POSIX_LOGIN_NAME_MAX]
 Server username for SSH. More...
char sshuser [_POSIX_LOGIN_NAME_MAX]
 Server username for SSH. More...
 

Detailed Description

-

To parse and validate the config file.

+

To parse and validate the config file.

Used for swocserver and swocclient not swocserverd.

Author
Copyright (C) 2017-2019, 2021, 2022 Mark Grant

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

-
Version
v1.0.87 ==== 04/04/2022
+
Version
v1.0.9 ==== 17/09/2022

Function Documentation

◆ swcom_validate_config()

@@ -483,10 +482,8 @@

diff --git a/html-int/com-lib_2validateconfig_8c.js b/html-int/com-lib_2validateconfig_8c.js new file mode 100644 index 00000000..4a6050e4 --- /dev/null +++ b/html-int/com-lib_2validateconfig_8c.js @@ -0,0 +1,17 @@ +var com_lib_2validateconfig_8c = +[ + [ "swcom_validate_config", "com-lib_2validateconfig_8c.html#a9baa4670d4a3615de90a05fa61133160", null ], + [ "validateconfigfileparams", "com-lib_2validateconfig_8c.html#a1751aa52e62a57bd4c66da1c20c4e97d", null ], + [ "validatepollint", "com-lib_2validateconfig_8c.html#a643923b76a6b4143799f8263fc305c07", null ], + [ "validateserver", "com-lib_2validateconfig_8c.html#a801e041ba592549c9322b734824fbb09", null ], + [ "validatesrvportno", "com-lib_2validateconfig_8c.html#a4d4c5187e37ae9fc64cbbd01d6515ff4", null ], + [ "validatessh", "com-lib_2validateconfig_8c.html#aab8566a1d714c835b56003188d2c873a", null ], + [ "validatesshportno", "com-lib_2validateconfig_8c.html#a0ae2111f69298cc7c50e20f1c00d9221", null ], + [ "validatesshuser", "com-lib_2validateconfig_8c.html#a2ed42ef097f46fb21c77c5408c49eb4a", null ], + [ "pollint", "com-lib_2validateconfig_8c.html#acf8f1e5a20b0268b0ba18f635705856c", null ], + [ "server", "com-lib_2validateconfig_8c.html#a9ec1c5c0cc443dc54891e3792915dbb1", null ], + [ "srvportno", "com-lib_2validateconfig_8c.html#a55dedd9e685182a99d82a2e8e9c9b0b0", null ], + [ "ssh", "com-lib_2validateconfig_8c.html#a15be9653ea9e10b7fb31b9fc4dd5f250", null ], + [ "sshportno", "com-lib_2validateconfig_8c.html#a5616f9ede70b379499295a72af85cdd1", null ], + [ "sshuser", "com-lib_2validateconfig_8c.html#a3163489064a641692b40c2df32d66dfb", null ] +]; \ No newline at end of file diff --git a/html-int/com-lib_2validateconfig_8c__incl.map b/html-int/com-lib_2validateconfig_8c__incl.map new file mode 100644 index 00000000..11c3767e --- /dev/null +++ b/html-int/com-lib_2validateconfig_8c__incl.map @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/html-int/com-lib_2validateconfig_8c__incl.md5 b/html-int/com-lib_2validateconfig_8c__incl.md5 new file mode 100644 index 00000000..261a8c3a --- /dev/null +++ b/html-int/com-lib_2validateconfig_8c__incl.md5 @@ -0,0 +1 @@ +b1f997cffd2af8cd25df144002e56998 \ No newline at end of file diff --git a/html-int/com-lib_2validateconfig_8c__incl.png b/html-int/com-lib_2validateconfig_8c__incl.png new file mode 100644 index 00000000..d22310ff Binary files /dev/null and b/html-int/com-lib_2validateconfig_8c__incl.png differ diff --git a/html-int/com-lib_2libswoccommon_2version_8c.html b/html-int/com-lib_2version_8c.html similarity index 76% rename from html-int/com-lib_2libswoccommon_2version_8c.html rename to html-int/com-lib_2version_8c.html index fa429067..a3d2d01f 100644 --- a/html-int/com-lib_2libswoccommon_2version_8c.html +++ b/html-int/com-lib_2version_8c.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/com-lib/libswoccommon/version.c File Reference +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/com-lib/version.c File Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@
- + @@ -64,7 +64,7 @@
@@ -89,48 +89,49 @@
version.c File Reference
+ +

Source for version functions. +More...

#include <stdio.h>
-#include <stdlib.h>
#include <config.h>
-#include <libswoccommon.h>
+#include <swoc/libswoccommon.h>
Include dependency graph for version.c:
-
- - +
+ + - - - - - - - + + + + + +
- - + + - - + + - - + + - - + +

Functions

char * libswoccommon_get_pkg_version (void)
 Get the git-describe based package version. More...
char * libswoccommon_get_pkg_version (void)
 Get the git-describe based package version. More...
 
char * libswoccommon_get_src_version (void)
 Get the source version. More...
char * libswoccommon_get_src_version (void)
 Get the source version. More...
 
void libswoccommon_print_pkg_version (void)
 Print the package version string to stdout. More...
void libswoccommon_print_pkg_version (void)
 Print the package version string to stdout. More...
 
void libswoccommon_print_src_version (void)
 Print the source version string to stdout. More...
void libswoccommon_print_src_version (void)
 Print the source version string to stdout. More...
 

Detailed Description

-

Source for version functions.

-
Author
Copyright (C) 2017-2019, 2021 Mark Grant
+

Source for version functions.

+
Author
Copyright (C) 2017-2019, 2021, 2022 Mark Grant

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

-
Version
v1.0.7 ==== 08/12/2021
+
Version
v1.0.8 ==== 17/09/2022

Function Documentation

◆ libswoccommon_get_pkg_version()

@@ -219,10 +220,8 @@

diff --git a/html-int/com-lib_2version_8c.js b/html-int/com-lib_2version_8c.js new file mode 100644 index 00000000..29466d0b --- /dev/null +++ b/html-int/com-lib_2version_8c.js @@ -0,0 +1,7 @@ +var com_lib_2version_8c = +[ + [ "libswoccommon_get_pkg_version", "com-lib_2version_8c.html#ac9a5343bbdfbdfe61391bf04862a53d4", null ], + [ "libswoccommon_get_src_version", "com-lib_2version_8c.html#ad473669cbd50b909a3bca918ee907fd6", null ], + [ "libswoccommon_print_pkg_version", "com-lib_2version_8c.html#af9754839cf68d1e57bfcffc01f0f255b", null ], + [ "libswoccommon_print_src_version", "com-lib_2version_8c.html#a4dece283b3ed05e145b8660f72089714", null ] +]; \ No newline at end of file diff --git a/html-int/com-lib_2version_8c__incl.map b/html-int/com-lib_2version_8c__incl.map new file mode 100644 index 00000000..40235836 --- /dev/null +++ b/html-int/com-lib_2version_8c__incl.map @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/html-int/com-lib_2version_8c__incl.md5 b/html-int/com-lib_2version_8c__incl.md5 new file mode 100644 index 00000000..3d896115 --- /dev/null +++ b/html-int/com-lib_2version_8c__incl.md5 @@ -0,0 +1 @@ +712e4245306a8c0a2bfd61440395f8eb \ No newline at end of file diff --git a/html-int/com-lib_2version_8c__incl.png b/html-int/com-lib_2version_8c__incl.png new file mode 100644 index 00000000..3934aab5 Binary files /dev/null and b/html-int/com-lib_2version_8c__incl.png differ diff --git a/html-int/comms_8c.html b/html-int/comms_8c.html index 554c333a..fd9feeaf 100644 --- a/html-int/comms_8c.html +++ b/html-int/comms_8c.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/srv-prg/swocserverd/comms.c File Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@
- + @@ -90,44 +90,50 @@
comms.c File Reference
-
#include <errno.h>
+ +

Comms functions associated with the swocserverd daemon. +More...

+
#include <netdb.h>
+#include <netinet/in.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/epoll.h>
+#include <sys/socket.h>
#include <syslog.h>
#include <unistd.h>
#include "internal.h"
-#include <bstree.h>
-#include <libmgec.h>
-#include <libswoccommon.h>
-#include <mge-errno.h>
-#include <mgebuffer.h>
-#include <mgemessage.h>
+#include <libmgec/libmgec.h>
+#include <libmgec/mge-bstree.h>
+#include <libmgec/mge-buffer.h>
+#include <libmgec/mge-errno.h>
+#include <libmgec/mge-message.h>
+#include <swoc/libswoccommon.h>
Include dependency graph for comms.c:
-
- - - - - - - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + + + + + + + +
@@ -162,11 +168,11 @@
 

Detailed Description

-

Comms functions associated with the swocserverd daemon.

+

Comms functions associated with the swocserverd daemon.

Author
Copyright (C) 2017-2022 Mark Grant

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

-
Version
v1.0.22 ==== 11/06/2022
+
Version
v1.0.23 ==== 17/09/2022

Macro Definition Documentation

◆ __bool_true_false_are_defined

@@ -433,9 +439,7 @@

diff --git a/html-int/comms_8c__incl.map b/html-int/comms_8c__incl.map index 9c4b9a3a..0c6f1667 100644 --- a/html-int/comms_8c__incl.map +++ b/html-int/comms_8c__incl.map @@ -1,21 +1,22 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/html-int/comms_8c__incl.md5 b/html-int/comms_8c__incl.md5 index 8a38108b..53386a8a 100644 --- a/html-int/comms_8c__incl.md5 +++ b/html-int/comms_8c__incl.md5 @@ -1 +1 @@ -70d9340d8ecefdef6773cb4b24f1520d \ No newline at end of file +af1b0d76604e0c388d81ab861a3a8cc4 \ No newline at end of file diff --git a/html-int/comms_8c__incl.png b/html-int/comms_8c__incl.png index a99fda5c..d7bdabbf 100644 Binary files a/html-int/comms_8c__incl.png and b/html-int/comms_8c__incl.png differ diff --git a/html-int/dir_000008_000006.html b/html-int/dir_000008_000006.html new file mode 100644 index 00000000..4cbb123d --- /dev/null +++ b/html-int/dir_000008_000006.html @@ -0,0 +1,96 @@ + + + + + + + +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src -> inc Relation + + + + + + + + + + + + + +
+
+ + + + + + +
+
Server Wait On Clients System - Full Internal Documentation +  vPublish-Docs +
+
Server Wait On Clients System.
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+

src → inc Relation

File in src/prg/c/srcIncludes file in src/prg/c/inc
cli-prg / cmdlineargs.cswoc / cmdlineargs.h
cli-prg / main.cswoc / cmdlineargs.h
cli-prg / main.cswoc / libswocclient.h
cli-prg / main.cswoc / signalhandle.h
com-lib / messages.cswoc / libswoccommon.h
cli-lib / optionproc.cswoc / libswocclient.h
cli-lib / optionproc.cswoc / libswoccommon.h
cli-prg / signalhandle.cswoc / libswocclient.h
cli-prg / signalhandle.cswoc / signalhandle.h
com-lib / ssh.cswoc / libswoccommon.h
com-lib / tcp.cswoc / libswoccommon.h
com-lib / validateconfig.cswoc / libswoccommon.h
cli-lib / version.cswoc / libswocclient.h
com-lib / version.cswoc / libswoccommon.h
srv-lib / optionproc.cswoc / libswoccommon.h
srv-lib / optionproc.cswoc / libswocserver.h
srv-lib / version.cswoc / libswocserver.h
srv-prg / swocserver / cmdlineargs.cswoc / cmdlineargs.h
srv-prg / swocserver / internal.hswoc / libswocserver.h
srv-prg / swocserver / main.cswoc / cmdlineargs.h
srv-prg / swocserver / main.cswoc / libswocserver.h
srv-prg / swocserver / main.cswoc / signalhandle.h
srv-prg / swocserver / signalhandle.cswoc / libswocserver.h
srv-prg / swocserver / signalhandle.cswoc / signalhandle.h
srv-prg / swocserverd / cmdlineargs.cswoc / cmdlineargs.h
srv-prg / swocserverd / comms.cswoc / libswoccommon.h
srv-prg / swocserverd / internal.hswoc / libswoccommon.h
srv-prg / swocserverd / main.cswoc / cmdlineargs.h
srv-prg / swocserverd / main.cswoc / signalhandle.h
srv-prg / swocserverd / request.cswoc / libswoccommon.h
srv-prg / swocserverd / signalhandle.cswoc / signalhandle.h
+
+ + + + diff --git a/html-int/dir_000009_000006.html b/html-int/dir_000009_000006.html index 136fad20..c9455ff6 100644 --- a/html-int/dir_000009_000006.html +++ b/html-int/dir_000009_000006.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src -> inc Relation +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-lib -> inc Relation @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@
- + @@ -64,7 +64,7 @@
@@ -83,15 +83,13 @@
-

src → inc Relation

File in src/prg/c/srcIncludes file in src/prg/c/inc
com-lib / libswoccommon / messages.cinternal / libswoccommon.h
cli-lib / libswocclient / optionproc.capi / libswocclient.h
cli-lib / libswocclient / optionproc.cinternal / libswoccommon.h
srv-lib / libswocserver / optionproc.cinternal / libswoccommon.h
srv-lib / libswocserver / optionproc.capi / libswocserver.h
com-lib / libswoccommon / ssh.cinternal / libswoccommon.h
com-lib / libswoccommon / tcp.cinternal / libswoccommon.h
com-lib / libswoccommon / validateconfig.cinternal / libswoccommon.h
cli-lib / libswocclient / version.capi / libswocclient.h
com-lib / libswoccommon / version.cinternal / libswoccommon.h
srv-lib / libswocserver / version.capi / libswocserver.h
cli-prg / swocclient / cmdlineargs.cinternal / cmdlineargs.h
cli-prg / swocclient / main.cinternal / signalhandle.h
cli-prg / swocclient / main.cinternal / cmdlineargs.h
cli-prg / swocclient / main.capi / libswocclient.h
cli-prg / swocclient / signalhandle.cinternal / signalhandle.h
cli-prg / swocclient / signalhandle.capi / libswocclient.h
srv-prg / swocserver / cmdlineargs.cinternal / cmdlineargs.h
srv-prg / swocserver / internal.hapi / libswocserver.h
srv-prg / swocserver / main.cinternal / cmdlineargs.h
srv-prg / swocserver / main.cinternal / signalhandle.h
srv-prg / swocserver / signalhandle.capi / libswocserver.h
srv-prg / swocserver / signalhandle.cinternal / signalhandle.h
srv-prg / swocserverd / cmdlineargs.cinternal / cmdlineargs.h
srv-prg / swocserverd / comms.cinternal / libswoccommon.h
srv-prg / swocserverd / internal.hinternal / libswoccommon.h
srv-prg / swocserverd / main.cinternal / cmdlineargs.h
srv-prg / swocserverd / main.cinternal / signalhandle.h
srv-prg / swocserverd / signalhandle.cinternal / signalhandle.h
+

cli-lib → inc Relation

File in src/prg/c/src/cli-libIncludes file in src/prg/c/inc
optionproc.cswoc / libswocclient.h
optionproc.cswoc / libswoccommon.h
version.cswoc / libswocclient.h
diff --git a/html-int/dir_000010_000006.html b/html-int/dir_000010_000006.html index a090e6d7..b5eed6d7 100644 --- a/html-int/dir_000010_000006.html +++ b/html-int/dir_000010_000006.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-lib -> inc Relation +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/srv-lib -> inc Relation @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -64,7 +64,7 @@
@@ -83,15 +83,13 @@
-

cli-lib → inc Relation

File in src/prg/c/src/cli-libIncludes file in src/prg/c/inc
libswocclient / optionproc.capi / libswocclient.h
libswocclient / optionproc.cinternal / libswoccommon.h
libswocclient / version.capi / libswocclient.h
+

srv-lib → inc Relation

File in src/prg/c/src/srv-libIncludes file in src/prg/c/inc
optionproc.cswoc / libswoccommon.h
optionproc.cswoc / libswocserver.h
version.cswoc / libswocserver.h
diff --git a/html-int/dir_000011_000006.html b/html-int/dir_000011_000006.html index e4a5a004..816abafe 100644 --- a/html-int/dir_000011_000006.html +++ b/html-int/dir_000011_000006.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-lib/libswocclient -> inc Relation +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg -> inc Relation @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -64,7 +64,7 @@
@@ -83,15 +83,13 @@
-

libswocclient → inc Relation

File in src/prg/c/src/cli-lib/libswocclientIncludes file in src/prg/c/inc
optionproc.capi / libswocclient.h
optionproc.cinternal / libswoccommon.h
version.capi / libswocclient.h
+

cli-prg → inc Relation

File in src/prg/c/src/cli-prgIncludes file in src/prg/c/inc
cmdlineargs.cswoc / cmdlineargs.h
main.cswoc / cmdlineargs.h
main.cswoc / libswocclient.h
main.cswoc / signalhandle.h
signalhandle.cswoc / libswocclient.h
signalhandle.cswoc / signalhandle.h
diff --git a/html-int/dir_000012_000006.html b/html-int/dir_000012_000006.html index de6e3588..2444bdcb 100644 --- a/html-int/dir_000012_000006.html +++ b/html-int/dir_000012_000006.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/srv-lib -> inc Relation +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/com-lib -> inc Relation @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -64,7 +64,7 @@
@@ -83,15 +83,13 @@
-

srv-lib → inc Relation

File in src/prg/c/src/srv-libIncludes file in src/prg/c/inc
libswocserver / optionproc.cinternal / libswoccommon.h
libswocserver / optionproc.capi / libswocserver.h
libswocserver / version.capi / libswocserver.h
+

com-lib → inc Relation

File in src/prg/c/src/com-libIncludes file in src/prg/c/inc
messages.cswoc / libswoccommon.h
ssh.cswoc / libswoccommon.h
tcp.cswoc / libswoccommon.h
validateconfig.cswoc / libswoccommon.h
version.cswoc / libswoccommon.h
diff --git a/html-int/dir_000013_000006.html b/html-int/dir_000013_000006.html index 7544c8fd..c46578a9 100644 --- a/html-int/dir_000013_000006.html +++ b/html-int/dir_000013_000006.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/srv-lib/libswocserver -> inc Relation +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/srv-prg -> inc Relation @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -64,7 +64,7 @@
@@ -83,15 +83,13 @@
-

libswocserver → inc Relation

File in src/prg/c/src/srv-lib/libswocserverIncludes file in src/prg/c/inc
optionproc.cinternal / libswoccommon.h
optionproc.capi / libswocserver.h
version.capi / libswocserver.h
+

srv-prg → inc Relation

File in src/prg/c/src/srv-prgIncludes file in src/prg/c/inc
swocserver / cmdlineargs.cswoc / cmdlineargs.h
swocserver / internal.hswoc / libswocserver.h
swocserver / main.cswoc / cmdlineargs.h
swocserver / main.cswoc / libswocserver.h
swocserver / main.cswoc / signalhandle.h
swocserver / signalhandle.cswoc / libswocserver.h
swocserver / signalhandle.cswoc / signalhandle.h
swocserverd / cmdlineargs.cswoc / cmdlineargs.h
swocserverd / comms.cswoc / libswoccommon.h
swocserverd / internal.hswoc / libswoccommon.h
swocserverd / main.cswoc / cmdlineargs.h
swocserverd / main.cswoc / signalhandle.h
swocserverd / request.cswoc / libswoccommon.h
swocserverd / signalhandle.cswoc / signalhandle.h
diff --git a/html-int/dir_000014_000006.html b/html-int/dir_000014_000006.html index 183cec29..366c1e4c 100644 --- a/html-int/dir_000014_000006.html +++ b/html-int/dir_000014_000006.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg -> inc Relation +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/srv-prg/swocserver -> inc Relation @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -64,7 +64,7 @@
@@ -83,15 +83,13 @@
-

cli-prg → inc Relation

File in src/prg/c/src/cli-prgIncludes file in src/prg/c/inc
swocclient / cmdlineargs.cinternal / cmdlineargs.h
swocclient / main.cinternal / signalhandle.h
swocclient / main.cinternal / cmdlineargs.h
swocclient / main.capi / libswocclient.h
swocclient / signalhandle.cinternal / signalhandle.h
swocclient / signalhandle.capi / libswocclient.h
+

swocserver → inc Relation

File in src/prg/c/src/srv-prg/swocserverIncludes file in src/prg/c/inc
cmdlineargs.cswoc / cmdlineargs.h
internal.hswoc / libswocserver.h
main.cswoc / cmdlineargs.h
main.cswoc / libswocserver.h
main.cswoc / signalhandle.h
signalhandle.cswoc / libswocserver.h
signalhandle.cswoc / signalhandle.h
diff --git a/html-int/dir_000015_000006.html b/html-int/dir_000015_000006.html index 5312ec4c..9e1c34b5 100644 --- a/html-int/dir_000015_000006.html +++ b/html-int/dir_000015_000006.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg/swocclient -> inc Relation +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/srv-prg/swocserverd -> inc Relation @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -64,7 +64,7 @@
@@ -83,15 +83,13 @@
-

swocclient → inc Relation

File in src/prg/c/src/cli-prg/swocclientIncludes file in src/prg/c/inc
cmdlineargs.cinternal / cmdlineargs.h
main.cinternal / cmdlineargs.h
main.capi / libswocclient.h
main.cinternal / signalhandle.h
signalhandle.capi / libswocclient.h
signalhandle.cinternal / signalhandle.h
+

swocserverd → inc Relation

File in src/prg/c/src/srv-prg/swocserverdIncludes file in src/prg/c/inc
cmdlineargs.cswoc / cmdlineargs.h
comms.cswoc / libswoccommon.h
internal.hswoc / libswoccommon.h
main.cswoc / cmdlineargs.h
main.cswoc / signalhandle.h
request.cswoc / libswoccommon.h
signalhandle.cswoc / signalhandle.h
diff --git a/html-int/dir_000016_000006.html b/html-int/dir_000016_000006.html deleted file mode 100644 index 610626e2..00000000 --- a/html-int/dir_000016_000006.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/com-lib -> inc Relation - - - - - - - - - - - - - -
-
- - - - - - -
-
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 -
-
Server Wait On Clients System.
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-

com-lib → inc Relation

File in src/prg/c/src/com-libIncludes file in src/prg/c/inc
libswoccommon / messages.cinternal / libswoccommon.h
libswoccommon / ssh.cinternal / libswoccommon.h
libswoccommon / tcp.cinternal / libswoccommon.h
libswoccommon / validateconfig.cinternal / libswoccommon.h
libswoccommon / version.cinternal / libswoccommon.h
-
- - - - diff --git a/html-int/dir_000017_000006.html b/html-int/dir_000017_000006.html deleted file mode 100644 index 28247a41..00000000 --- a/html-int/dir_000017_000006.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/com-lib/libswoccommon -> inc Relation - - - - - - - - - - - - - -
-
- - - - - - -
-
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 -
-
Server Wait On Clients System.
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-

libswoccommon → inc Relation

File in src/prg/c/src/com-lib/libswoccommonIncludes file in src/prg/c/inc
messages.cinternal / libswoccommon.h
ssh.cinternal / libswoccommon.h
tcp.cinternal / libswoccommon.h
validateconfig.cinternal / libswoccommon.h
version.cinternal / libswoccommon.h
-
- - - - diff --git a/html-int/dir_000018_000006.html b/html-int/dir_000018_000006.html deleted file mode 100644 index c690e919..00000000 --- a/html-int/dir_000018_000006.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/srv-prg -> inc Relation - - - - - - - - - - - - - -
-
- - - - - - -
-
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 -
-
Server Wait On Clients System.
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-

srv-prg → inc Relation

File in src/prg/c/src/srv-prgIncludes file in src/prg/c/inc
swocserver / cmdlineargs.cinternal / cmdlineargs.h
swocserver / internal.hapi / libswocserver.h
swocserver / main.cinternal / cmdlineargs.h
swocserver / main.cinternal / signalhandle.h
swocserver / signalhandle.capi / libswocserver.h
swocserver / signalhandle.cinternal / signalhandle.h
swocserverd / cmdlineargs.cinternal / cmdlineargs.h
swocserverd / comms.cinternal / libswoccommon.h
swocserverd / internal.hinternal / libswoccommon.h
swocserverd / main.cinternal / cmdlineargs.h
swocserverd / main.cinternal / signalhandle.h
swocserverd / signalhandle.cinternal / signalhandle.h
-
- - - - diff --git a/html-int/dir_000019_000006.html b/html-int/dir_000019_000006.html deleted file mode 100644 index 1473a5f2..00000000 --- a/html-int/dir_000019_000006.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/srv-prg/swocserver -> inc Relation - - - - - - - - - - - - - -
-
- - - - - - -
-
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 -
-
Server Wait On Clients System.
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-

swocserver → inc Relation

File in src/prg/c/src/srv-prg/swocserverIncludes file in src/prg/c/inc
cmdlineargs.cinternal / cmdlineargs.h
internal.hapi / libswocserver.h
main.cinternal / cmdlineargs.h
main.cinternal / signalhandle.h
signalhandle.capi / libswocserver.h
signalhandle.cinternal / signalhandle.h
-
- - - - diff --git a/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c.html b/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c.html index 25e2cdcd..b6b66e4d 100644 --- a/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c.html +++ b/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: src/prg/c Directory Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -90,11 +90,11 @@
Directory dependency graph for c:
-
src/prg/c
- +
src/prg/c
+ - + @@ -113,9 +113,7 @@ diff --git a/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c_dep.map b/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c_dep.map index a4e47cca..5bc7edc1 100644 --- a/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c_dep.map +++ b/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c_dep.map @@ -1,7 +1,7 @@ - + diff --git a/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c_dep.md5 b/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c_dep.md5 index f13d0e9c..7b7ea16f 100644 --- a/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c_dep.md5 +++ b/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c_dep.md5 @@ -1 +1 @@ -daeb0073be0cc055c5de34209a58cc93 \ No newline at end of file +148323bebeddc48564ec95b88d749682 \ No newline at end of file diff --git a/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c_dep.png b/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c_dep.png index 0bd61171..12eb4bcc 100644 Binary files a/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c_dep.png and b/html-int/dir_088b4e4436e06887f3fa9c5a3af9d85c_dep.png differ diff --git a/html-int/dir_1a31b4cff70347abdfac272892b35972.html b/html-int/dir_1a31b4cff70347abdfac272892b35972.html deleted file mode 100644 index 96342bde..00000000 --- a/html-int/dir_1a31b4cff70347abdfac272892b35972.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-lib/libswocclient Directory Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 -
-
Server Wait On Clients System.
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
libswocclient Directory Reference
-
-
-
-Directory dependency graph for libswocclient:
-
-
src/prg/c/src/cli-lib/libswocclient
- - - - - - -
- - - - - - -

-Files

file  optionproc.c
 
file  version.c
 
-
-
- - - - diff --git a/html-int/dir_1a31b4cff70347abdfac272892b35972.js b/html-int/dir_1a31b4cff70347abdfac272892b35972.js deleted file mode 100644 index 48511eac..00000000 --- a/html-int/dir_1a31b4cff70347abdfac272892b35972.js +++ /dev/null @@ -1,5 +0,0 @@ -var dir_1a31b4cff70347abdfac272892b35972 = -[ - [ "optionproc.c", "cli-lib_2libswocclient_2optionproc_8c.html", "cli-lib_2libswocclient_2optionproc_8c" ], - [ "version.c", "cli-lib_2libswocclient_2version_8c.html", "cli-lib_2libswocclient_2version_8c" ] -]; \ No newline at end of file diff --git a/html-int/dir_1a31b4cff70347abdfac272892b35972_dep.map b/html-int/dir_1a31b4cff70347abdfac272892b35972_dep.map deleted file mode 100644 index 6f682d0e..00000000 --- a/html-int/dir_1a31b4cff70347abdfac272892b35972_dep.map +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/html-int/dir_1a31b4cff70347abdfac272892b35972_dep.md5 b/html-int/dir_1a31b4cff70347abdfac272892b35972_dep.md5 deleted file mode 100644 index 75e83430..00000000 --- a/html-int/dir_1a31b4cff70347abdfac272892b35972_dep.md5 +++ /dev/null @@ -1 +0,0 @@ -c8b5329415a493ede04f80d9903595ba \ No newline at end of file diff --git a/html-int/dir_1a31b4cff70347abdfac272892b35972_dep.png b/html-int/dir_1a31b4cff70347abdfac272892b35972_dep.png deleted file mode 100644 index 11cd5a2c..00000000 Binary files a/html-int/dir_1a31b4cff70347abdfac272892b35972_dep.png and /dev/null differ diff --git a/html-int/dir_22c9b562357baf0d0b972a1465ed3fdd.html b/html-int/dir_22c9b562357baf0d0b972a1465ed3fdd.html deleted file mode 100644 index a8e60bcc..00000000 --- a/html-int/dir_22c9b562357baf0d0b972a1465ed3fdd.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - -Server Wait On Clients System - Full Internal Documentation: src/prg/c/inc/api Directory Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 -
-
Server Wait On Clients System.
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
api Directory Reference
-
-
- - - - - - -

-Files

file  libswocclient.h [code]
 
file  libswocserver.h [code]
 
-
-
- - - - diff --git a/html-int/dir_22c9b562357baf0d0b972a1465ed3fdd.js b/html-int/dir_22c9b562357baf0d0b972a1465ed3fdd.js deleted file mode 100644 index 6dd9c777..00000000 --- a/html-int/dir_22c9b562357baf0d0b972a1465ed3fdd.js +++ /dev/null @@ -1,5 +0,0 @@ -var dir_22c9b562357baf0d0b972a1465ed3fdd = -[ - [ "libswocclient.h", "libswocclient_8h.html", "libswocclient_8h" ], - [ "libswocserver.h", "libswocserver_8h.html", "libswocserver_8h" ] -]; \ No newline at end of file diff --git a/html-int/dir_29196a9fd547b021dd2fe1aed517e98d.html b/html-int/dir_29196a9fd547b021dd2fe1aed517e98d.html index f825a438..de3056ad 100644 --- a/html-int/dir_29196a9fd547b021dd2fe1aed517e98d.html +++ b/html-int/dir_29196a9fd547b021dd2fe1aed517e98d.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: src/prg/c/src Directory Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@
- + @@ -90,21 +90,21 @@
Directory dependency graph for src:
-
src/prg/c/src
- - +
src/prg/c/src
+ - + + - + - + - + - + - +
@@ -127,9 +127,7 @@ diff --git a/html-int/dir_29196a9fd547b021dd2fe1aed517e98d_dep.map b/html-int/dir_29196a9fd547b021dd2fe1aed517e98d_dep.map index 9bbc39a0..5a553b5d 100644 --- a/html-int/dir_29196a9fd547b021dd2fe1aed517e98d_dep.map +++ b/html-int/dir_29196a9fd547b021dd2fe1aed517e98d_dep.map @@ -1,15 +1,15 @@ - - - - - - - - - - - + + + + + + + + + + + - + diff --git a/html-int/dir_29196a9fd547b021dd2fe1aed517e98d_dep.md5 b/html-int/dir_29196a9fd547b021dd2fe1aed517e98d_dep.md5 index 5598ef2a..67cae49f 100644 --- a/html-int/dir_29196a9fd547b021dd2fe1aed517e98d_dep.md5 +++ b/html-int/dir_29196a9fd547b021dd2fe1aed517e98d_dep.md5 @@ -1 +1 @@ -ceb64400c9d4001a342b0fbdaea2133e \ No newline at end of file +3afce3e31d9d3a5dc52e6896f8430b00 \ No newline at end of file diff --git a/html-int/dir_29196a9fd547b021dd2fe1aed517e98d_dep.png b/html-int/dir_29196a9fd547b021dd2fe1aed517e98d_dep.png index 5e3a8b32..23edbab5 100644 Binary files a/html-int/dir_29196a9fd547b021dd2fe1aed517e98d_dep.png and b/html-int/dir_29196a9fd547b021dd2fe1aed517e98d_dep.png differ diff --git a/html-int/dir_2a80efaaa274f877ebf3473506653d28.html b/html-int/dir_2a80efaaa274f877ebf3473506653d28.html index f066c734..cb1d8975 100644 --- a/html-int/dir_2a80efaaa274f877ebf3473506653d28.html +++ b/html-int/dir_2a80efaaa274f877ebf3473506653d28.html @@ -3,7 +3,7 @@ - +Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/srv-prg/swocserver Directory Reference @@ -26,7 +26,7 @@ @@ -35,10 +35,10 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
- + @@ -90,11 +90,11 @@
Directory dependency graph for swocserver:
-
src/prg/c/src/srv-prg/swocserver
- +
src/prg/c/src/srv-prg/swocserver
+ - +
@@ -102,14 +102,19 @@

Files

file  cmdlineargs.c + Command line argument processing for swocserver using getopt_long.
  file  internal.h [code] + Header file for Server Wait on Clients server-side program.
  file  main.c + Server Wait On Clients server program.
  file  signalhandle.c + Signal handling functions.
  file  version.c + Source for version functions.
  @@ -118,9 +123,7 @@ diff --git a/html-int/dir_2a80efaaa274f877ebf3473506653d28_dep.map b/html-int/dir_2a80efaaa274f877ebf3473506653d28_dep.map index 1f9842be..06468ecc 100644 --- a/html-int/dir_2a80efaaa274f877ebf3473506653d28_dep.map +++ b/html-int/dir_2a80efaaa274f877ebf3473506653d28_dep.map @@ -1,6 +1,6 @@ - + diff --git a/html-int/dir_2a80efaaa274f877ebf3473506653d28_dep.md5 b/html-int/dir_2a80efaaa274f877ebf3473506653d28_dep.md5 index a38d9f55..43b79e23 100644 --- a/html-int/dir_2a80efaaa274f877ebf3473506653d28_dep.md5 +++ b/html-int/dir_2a80efaaa274f877ebf3473506653d28_dep.md5 @@ -1 +1 @@ -6d2e1499c607cac741dff983551bf45d \ No newline at end of file +4f49515129320b07b9a98ce914e5cb28 \ No newline at end of file diff --git a/html-int/dir_2a80efaaa274f877ebf3473506653d28_dep.png b/html-int/dir_2a80efaaa274f877ebf3473506653d28_dep.png index 52d57496..64b755f1 100644 Binary files a/html-int/dir_2a80efaaa274f877ebf3473506653d28_dep.png and b/html-int/dir_2a80efaaa274f877ebf3473506653d28_dep.png differ diff --git a/html-int/dir_359d2bec989c9a8deeeb9aee335c1c76.html b/html-int/dir_359d2bec989c9a8deeeb9aee335c1c76.html index 5f39a2e8..ef312069 100644 --- a/html-int/dir_359d2bec989c9a8deeeb9aee335c1c76.html +++ b/html-int/dir_359d2bec989c9a8deeeb9aee335c1c76.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: docs/doxygen Directory Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -99,9 +99,7 @@ diff --git a/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5.html b/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5.html index 5c8e7f10..ae69243f 100644 --- a/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5.html +++ b/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/srv-prg Directory Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -90,13 +90,13 @@
Directory dependency graph for srv-prg:
-
src/prg/c/src/srv-prg
- +
src/prg/c/src/srv-prg
+ - + - + @@ -115,9 +115,7 @@ diff --git a/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5_dep.map b/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5_dep.map index 7f36174a..389d8e14 100644 --- a/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5_dep.map +++ b/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5_dep.map @@ -1,9 +1,9 @@ - + - + diff --git a/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5_dep.md5 b/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5_dep.md5 index 480fd5e9..fff3c430 100644 --- a/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5_dep.md5 +++ b/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5_dep.md5 @@ -1 +1 @@ -834b01d6b21221d45ce8608362326199 \ No newline at end of file +cbe6fd79e08141ae9be71922a0b5f477 \ No newline at end of file diff --git a/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5_dep.png b/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5_dep.png index 594bdabf..ab25249b 100644 Binary files a/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5_dep.png and b/html-int/dir_3cba3ffc2d18d397d566ecc3769ad4b5_dep.png differ diff --git a/html-int/dir_423e4410d9f005cfc1b4ace2cdf82aa3.html b/html-int/dir_423e4410d9f005cfc1b4ace2cdf82aa3.html index 1a2c353b..e002ec79 100644 --- a/html-int/dir_423e4410d9f005cfc1b4ace2cdf82aa3.html +++ b/html-int/dir_423e4410d9f005cfc1b4ace2cdf82aa3.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: docs/doxygen/src Directory Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@
- + @@ -93,9 +93,7 @@ diff --git a/html-int/dir_49e56c817e5e54854c35e136979f97ca.html b/html-int/dir_49e56c817e5e54854c35e136979f97ca.html index e67ee620..89414219 100644 --- a/html-int/dir_49e56c817e5e54854c35e136979f97ca.html +++ b/html-int/dir_49e56c817e5e54854c35e136979f97ca.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: docs Directory Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -99,9 +99,7 @@ diff --git a/html-int/dir_68267d1309a1af8e8297ef4c3efbcdba.html b/html-int/dir_68267d1309a1af8e8297ef4c3efbcdba.html index 6c109133..3d070ee9 100644 --- a/html-int/dir_68267d1309a1af8e8297ef4c3efbcdba.html +++ b/html-int/dir_68267d1309a1af8e8297ef4c3efbcdba.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: src Directory Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -90,8 +90,8 @@
Directory dependency graph for src:
-
src
- +
src
+ @@ -108,9 +108,7 @@ diff --git a/html-int/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5 b/html-int/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5 index 1931af60..b762cb2c 100644 --- a/html-int/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5 +++ b/html-int/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5 @@ -1 +1 @@ -c9038c8267092d37bb117d03d29a636f \ No newline at end of file +06ea3e9deb9e592c3014c551a82ceec6 \ No newline at end of file diff --git a/html-int/dir_6ac34be68df09f74f0cf03844639442e.html b/html-int/dir_6ac34be68df09f74f0cf03844639442e.html index 0ead4535..f93bf6a3 100644 --- a/html-int/dir_6ac34be68df09f74f0cf03844639442e.html +++ b/html-int/dir_6ac34be68df09f74f0cf03844639442e.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/com-lib Directory Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@
- + @@ -90,19 +90,31 @@
Directory dependency graph for com-lib:
-
src/prg/c/src/com-lib
- - - - - - +
src/prg/c/src/com-lib
+ + + + +
- - + + + + + + + + + + + + + + +

-Directories

directory  libswoccommon

+Files

file  messages.c
 Message processing functions common to swoc programs.
 
file  ssh.c
 SSH connection processing functions.
 
file  tcp.c
 TCP connection processing functions.
 
file  validateconfig.c
 To parse and validate the config file.
 
file  version.c
 Source for version functions.
 
@@ -111,9 +123,7 @@ diff --git a/html-int/dir_6ac34be68df09f74f0cf03844639442e.js b/html-int/dir_6ac34be68df09f74f0cf03844639442e.js index 3d6e0f77..9e79be45 100644 --- a/html-int/dir_6ac34be68df09f74f0cf03844639442e.js +++ b/html-int/dir_6ac34be68df09f74f0cf03844639442e.js @@ -1,4 +1,8 @@ var dir_6ac34be68df09f74f0cf03844639442e = [ - [ "libswoccommon", "dir_d2fdea60719512788d0edf94ed2533e7.html", "dir_d2fdea60719512788d0edf94ed2533e7" ] + [ "messages.c", "messages_8c.html", "messages_8c" ], + [ "ssh.c", "ssh_8c.html", "ssh_8c" ], + [ "tcp.c", "tcp_8c.html", "tcp_8c" ], + [ "validateconfig.c", "com-lib_2validateconfig_8c.html", "com-lib_2validateconfig_8c" ], + [ "version.c", "com-lib_2version_8c.html", "com-lib_2version_8c" ] ]; \ No newline at end of file diff --git a/html-int/dir_6ac34be68df09f74f0cf03844639442e_dep.map b/html-int/dir_6ac34be68df09f74f0cf03844639442e_dep.map index b5d48397..f3fc8589 100644 --- a/html-int/dir_6ac34be68df09f74f0cf03844639442e_dep.map +++ b/html-int/dir_6ac34be68df09f74f0cf03844639442e_dep.map @@ -1,7 +1,6 @@ - - - - - + + + + diff --git a/html-int/dir_6ac34be68df09f74f0cf03844639442e_dep.md5 b/html-int/dir_6ac34be68df09f74f0cf03844639442e_dep.md5 index 53a3372c..d30ba76c 100644 --- a/html-int/dir_6ac34be68df09f74f0cf03844639442e_dep.md5 +++ b/html-int/dir_6ac34be68df09f74f0cf03844639442e_dep.md5 @@ -1 +1 @@ -5bb5e10ea14fed8925660c47d8c4449c \ No newline at end of file +e0921adf70603e6a9baba8390d17ac6e \ No newline at end of file diff --git a/html-int/dir_6ac34be68df09f74f0cf03844639442e_dep.png b/html-int/dir_6ac34be68df09f74f0cf03844639442e_dep.png index c1a09e70..834993fd 100644 Binary files a/html-int/dir_6ac34be68df09f74f0cf03844639442e_dep.png and b/html-int/dir_6ac34be68df09f74f0cf03844639442e_dep.png differ diff --git a/html-int/dir_a1986ada3285f0a0ebcb94921d9f60ef.html b/html-int/dir_a1986ada3285f0a0ebcb94921d9f60ef.html index 8ad9a0b7..a21a5c8c 100644 --- a/html-int/dir_a1986ada3285f0a0ebcb94921d9f60ef.html +++ b/html-int/dir_a1986ada3285f0a0ebcb94921d9f60ef.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: src/prg Directory Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -90,8 +90,8 @@
Directory dependency graph for prg:
-
src/prg
- +
src/prg
+ @@ -109,9 +109,7 @@ diff --git a/html-int/dir_a1986ada3285f0a0ebcb94921d9f60ef_dep.md5 b/html-int/dir_a1986ada3285f0a0ebcb94921d9f60ef_dep.md5 index d1039fb8..900f9581 100644 --- a/html-int/dir_a1986ada3285f0a0ebcb94921d9f60ef_dep.md5 +++ b/html-int/dir_a1986ada3285f0a0ebcb94921d9f60ef_dep.md5 @@ -1 +1 @@ -947a48205ff99e3dd0fc19e6fcebcb7e \ No newline at end of file +ab681509b057b1af7937867c11c5409d \ No newline at end of file diff --git a/html-int/dir_aba9309797a73b547f3d5132b7fc17af.html b/html-int/dir_aba9309797a73b547f3d5132b7fc17af.html index 73d1f5e4..6b839c14 100644 --- a/html-int/dir_aba9309797a73b547f3d5132b7fc17af.html +++ b/html-int/dir_aba9309797a73b547f3d5132b7fc17af.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: src/prg/c/inc Directory Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@
- + @@ -90,9 +90,7 @@ - - - +

Directories

directory  api
 
directory  internal
directory  swoc
 
@@ -101,9 +99,7 @@ diff --git a/html-int/dir_aba9309797a73b547f3d5132b7fc17af.js b/html-int/dir_aba9309797a73b547f3d5132b7fc17af.js index b1f673c3..a7c5f584 100644 --- a/html-int/dir_aba9309797a73b547f3d5132b7fc17af.js +++ b/html-int/dir_aba9309797a73b547f3d5132b7fc17af.js @@ -1,5 +1,4 @@ var dir_aba9309797a73b547f3d5132b7fc17af = [ - [ "api", "dir_22c9b562357baf0d0b972a1465ed3fdd.html", "dir_22c9b562357baf0d0b972a1465ed3fdd" ], - [ "internal", "dir_960eec5381f52364795d0e0a495306c2.html", "dir_960eec5381f52364795d0e0a495306c2" ] + [ "swoc", "dir_b8bf5fe0f79bea0716a3a24c2f2435ac.html", "dir_b8bf5fe0f79bea0716a3a24c2f2435ac" ] ]; \ No newline at end of file diff --git a/html-int/dir_b2387600777bce74554431864f6a2604.html b/html-int/dir_b2387600777bce74554431864f6a2604.html index aa1ce7c2..86b5c6ac 100644 --- a/html-int/dir_b2387600777bce74554431864f6a2604.html +++ b/html-int/dir_b2387600777bce74554431864f6a2604.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg Directory Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -90,19 +90,31 @@
Directory dependency graph for cli-prg:
-
src/prg/c/src/cli-prg
- - - - - - +
src/prg/c/src/cli-prg
+ + + + +
- - + + + + + + + + + + + + + + +

-Directories

directory  swocclient

+Files

file  cmdlineargs.c
 Command line argument processing for swocclient using getopt_long.
 
file  internal.h [code]
 Header file for Server Wait on Clients client-side program.
 
file  main.c
 Server Wait On Clients client program.
 
file  signalhandle.c
 Signal handling functions.
 
file  version.c
 Source for version functions.
 
@@ -111,9 +123,7 @@ diff --git a/html-int/dir_b2387600777bce74554431864f6a2604.js b/html-int/dir_b2387600777bce74554431864f6a2604.js index 4fed5e25..0cf36859 100644 --- a/html-int/dir_b2387600777bce74554431864f6a2604.js +++ b/html-int/dir_b2387600777bce74554431864f6a2604.js @@ -1,4 +1,8 @@ var dir_b2387600777bce74554431864f6a2604 = [ - [ "swocclient", "dir_f07bbe949acd2d6eda765e3ccd7e8f1f.html", "dir_f07bbe949acd2d6eda765e3ccd7e8f1f" ] + [ "cmdlineargs.c", "cli-prg_2cmdlineargs_8c.html", "cli-prg_2cmdlineargs_8c" ], + [ "internal.h", "cli-prg_2internal_8h.html", "cli-prg_2internal_8h" ], + [ "main.c", "cli-prg_2main_8c.html", "cli-prg_2main_8c" ], + [ "signalhandle.c", "cli-prg_2signalhandle_8c.html", "cli-prg_2signalhandle_8c" ], + [ "version.c", "cli-prg_2version_8c.html", "cli-prg_2version_8c" ] ]; \ No newline at end of file diff --git a/html-int/dir_b2387600777bce74554431864f6a2604_dep.map b/html-int/dir_b2387600777bce74554431864f6a2604_dep.map index b8a5574e..0e6c3f13 100644 --- a/html-int/dir_b2387600777bce74554431864f6a2604_dep.map +++ b/html-int/dir_b2387600777bce74554431864f6a2604_dep.map @@ -1,7 +1,6 @@ - - - - - + + + + diff --git a/html-int/dir_b2387600777bce74554431864f6a2604_dep.md5 b/html-int/dir_b2387600777bce74554431864f6a2604_dep.md5 index 60912152..afb46b50 100644 --- a/html-int/dir_b2387600777bce74554431864f6a2604_dep.md5 +++ b/html-int/dir_b2387600777bce74554431864f6a2604_dep.md5 @@ -1 +1 @@ -8a99687a84e885af114878650510b716 \ No newline at end of file +eaec7311b381f3ebd08387b824fa1656 \ No newline at end of file diff --git a/html-int/dir_b2387600777bce74554431864f6a2604_dep.png b/html-int/dir_b2387600777bce74554431864f6a2604_dep.png index 6a35fc54..d4a96475 100644 Binary files a/html-int/dir_b2387600777bce74554431864f6a2604_dep.png and b/html-int/dir_b2387600777bce74554431864f6a2604_dep.png differ diff --git a/html-int/dir_960eec5381f52364795d0e0a495306c2.html b/html-int/dir_b8bf5fe0f79bea0716a3a24c2f2435ac.html similarity index 70% rename from html-int/dir_960eec5381f52364795d0e0a495306c2.html rename to html-int/dir_b8bf5fe0f79bea0716a3a24c2f2435ac.html index fe0b25aa..0b9b0888 100644 --- a/html-int/dir_960eec5381f52364795d0e0a495306c2.html +++ b/html-int/dir_b8bf5fe0f79bea0716a3a24c2f2435ac.html @@ -3,9 +3,9 @@ - + -Server Wait On Clients System - Full Internal Documentation: src/prg/c/inc/internal Directory Reference +Server Wait On Clients System - Full Internal Documentation: src/prg/c/inc/swoc Directory Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -64,7 +64,7 @@
@@ -84,17 +84,26 @@
-
internal Directory Reference
+
swoc Directory Reference
+ + + + + + + + +

Files

file  cmdlineargs.h [code]
 Header file for command line processing.
 
file  libswocclient.h [code]
 Header file for Server Wait on Clients client-side library.
 
file  libswoccommon.h [code]
 Internal header file for Server Wait on Client common library.
 
file  libswocserver.h [code]
 Header file for Server Wait on Clients server-side library.
 
file  signalhandle.h [code]
 Header file for signal handling.
 
@@ -102,10 +111,8 @@ diff --git a/html-int/dir_960eec5381f52364795d0e0a495306c2.js b/html-int/dir_b8bf5fe0f79bea0716a3a24c2f2435ac.js similarity index 52% rename from html-int/dir_960eec5381f52364795d0e0a495306c2.js rename to html-int/dir_b8bf5fe0f79bea0716a3a24c2f2435ac.js index b5d85503..6f4b7c06 100644 --- a/html-int/dir_960eec5381f52364795d0e0a495306c2.js +++ b/html-int/dir_b8bf5fe0f79bea0716a3a24c2f2435ac.js @@ -1,6 +1,8 @@ -var dir_960eec5381f52364795d0e0a495306c2 = +var dir_b8bf5fe0f79bea0716a3a24c2f2435ac = [ [ "cmdlineargs.h", "cmdlineargs_8h.html", "cmdlineargs_8h" ], + [ "libswocclient.h", "libswocclient_8h.html", "libswocclient_8h" ], [ "libswoccommon.h", "libswoccommon_8h.html", "libswoccommon_8h" ], + [ "libswocserver.h", "libswocserver_8h.html", "libswocserver_8h" ], [ "signalhandle.h", "signalhandle_8h.html", "signalhandle_8h" ] ]; \ No newline at end of file diff --git a/html-int/dir_bf80df897cd41968b36fe2de85def2b2.html b/html-int/dir_bf80df897cd41968b36fe2de85def2b2.html index 385fcb6f..a1934d26 100644 --- a/html-int/dir_bf80df897cd41968b36fe2de85def2b2.html +++ b/html-int/dir_bf80df897cd41968b36fe2de85def2b2.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/srv-prg/swocserverd Directory Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -90,11 +90,11 @@
Directory dependency graph for swocserverd:
-
src/prg/c/src/srv-prg/swocserverd
- +
src/prg/c/src/srv-prg/swocserverd
+ - +
@@ -102,20 +102,28 @@

Files

file  cmdlineargs.c + Command line argument processing for swocserverd using getopt_long.
  file  comms.c + Comms functions associated with the swocserverd daemon.
  file  internal.h [code] + Header file for Server Wait on Clients server-side daemon.
  file  main.c + Server Wait On Clients server daemon.
  file  request.c + Request processing functions.
  file  signalhandle.c + Signal handling functions.
  file  validateconfig.c + To parse and validate the config file.
  file  version.c + Source for version functions.
  @@ -124,9 +132,7 @@ diff --git a/html-int/dir_bf80df897cd41968b36fe2de85def2b2_dep.map b/html-int/dir_bf80df897cd41968b36fe2de85def2b2_dep.map index 6c4fb0b8..1dc7f9bd 100644 --- a/html-int/dir_bf80df897cd41968b36fe2de85def2b2_dep.map +++ b/html-int/dir_bf80df897cd41968b36fe2de85def2b2_dep.map @@ -1,6 +1,6 @@ - + diff --git a/html-int/dir_bf80df897cd41968b36fe2de85def2b2_dep.md5 b/html-int/dir_bf80df897cd41968b36fe2de85def2b2_dep.md5 index 1d94d7fa..da694d3d 100644 --- a/html-int/dir_bf80df897cd41968b36fe2de85def2b2_dep.md5 +++ b/html-int/dir_bf80df897cd41968b36fe2de85def2b2_dep.md5 @@ -1 +1 @@ -8520b345e3d1678481ef8bc83ee1868c \ No newline at end of file +b02a7b3182968d2d2b6212a493bd060f \ No newline at end of file diff --git a/html-int/dir_bf80df897cd41968b36fe2de85def2b2_dep.png b/html-int/dir_bf80df897cd41968b36fe2de85def2b2_dep.png index 8c1dc4d2..bc192824 100644 Binary files a/html-int/dir_bf80df897cd41968b36fe2de85def2b2_dep.png and b/html-int/dir_bf80df897cd41968b36fe2de85def2b2_dep.png differ diff --git a/html-int/dir_d2fdea60719512788d0edf94ed2533e7.html b/html-int/dir_d2fdea60719512788d0edf94ed2533e7.html deleted file mode 100644 index 1729d6ba..00000000 --- a/html-int/dir_d2fdea60719512788d0edf94ed2533e7.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/com-lib/libswoccommon Directory Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 -
-
Server Wait On Clients System.
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
libswoccommon Directory Reference
-
-
-
-Directory dependency graph for libswoccommon:
-
-
src/prg/c/src/com-lib/libswoccommon
- - - - - - -
- - - - - - - - - - - - -

-Files

file  messages.c
 
file  ssh.c
 
file  tcp.c
 
file  validateconfig.c
 
file  version.c
 
-
-
- - - - diff --git a/html-int/dir_d2fdea60719512788d0edf94ed2533e7.js b/html-int/dir_d2fdea60719512788d0edf94ed2533e7.js deleted file mode 100644 index 02315b92..00000000 --- a/html-int/dir_d2fdea60719512788d0edf94ed2533e7.js +++ /dev/null @@ -1,8 +0,0 @@ -var dir_d2fdea60719512788d0edf94ed2533e7 = -[ - [ "messages.c", "messages_8c.html", "messages_8c" ], - [ "ssh.c", "ssh_8c.html", "ssh_8c" ], - [ "tcp.c", "tcp_8c.html", "tcp_8c" ], - [ "validateconfig.c", "com-lib_2libswoccommon_2validateconfig_8c.html", "com-lib_2libswoccommon_2validateconfig_8c" ], - [ "version.c", "com-lib_2libswoccommon_2version_8c.html", "com-lib_2libswoccommon_2version_8c" ] -]; \ No newline at end of file diff --git a/html-int/dir_d2fdea60719512788d0edf94ed2533e7_dep.map b/html-int/dir_d2fdea60719512788d0edf94ed2533e7_dep.map deleted file mode 100644 index 647b809a..00000000 --- a/html-int/dir_d2fdea60719512788d0edf94ed2533e7_dep.map +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/html-int/dir_d2fdea60719512788d0edf94ed2533e7_dep.md5 b/html-int/dir_d2fdea60719512788d0edf94ed2533e7_dep.md5 deleted file mode 100644 index 63e5936d..00000000 --- a/html-int/dir_d2fdea60719512788d0edf94ed2533e7_dep.md5 +++ /dev/null @@ -1 +0,0 @@ -151c14e8f794362876ef132fd074c55e \ No newline at end of file diff --git a/html-int/dir_d2fdea60719512788d0edf94ed2533e7_dep.png b/html-int/dir_d2fdea60719512788d0edf94ed2533e7_dep.png deleted file mode 100644 index 7d531c8f..00000000 Binary files a/html-int/dir_d2fdea60719512788d0edf94ed2533e7_dep.png and /dev/null differ diff --git a/html-int/dir_edd4dfd471a6a8110a2dde28b0844c49.html b/html-int/dir_edd4dfd471a6a8110a2dde28b0844c49.html deleted file mode 100644 index ada97548..00000000 --- a/html-int/dir_edd4dfd471a6a8110a2dde28b0844c49.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/srv-lib/libswocserver Directory Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 -
-
Server Wait On Clients System.
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
libswocserver Directory Reference
-
-
-
-Directory dependency graph for libswocserver:
-
-
src/prg/c/src/srv-lib/libswocserver
- - - - - - -
- - - - - - -

-Files

file  optionproc.c
 
file  version.c
 
-
-
- - - - diff --git a/html-int/dir_edd4dfd471a6a8110a2dde28b0844c49.js b/html-int/dir_edd4dfd471a6a8110a2dde28b0844c49.js deleted file mode 100644 index a053a67d..00000000 --- a/html-int/dir_edd4dfd471a6a8110a2dde28b0844c49.js +++ /dev/null @@ -1,5 +0,0 @@ -var dir_edd4dfd471a6a8110a2dde28b0844c49 = -[ - [ "optionproc.c", "srv-lib_2libswocserver_2optionproc_8c.html", "srv-lib_2libswocserver_2optionproc_8c" ], - [ "version.c", "srv-lib_2libswocserver_2version_8c.html", "srv-lib_2libswocserver_2version_8c" ] -]; \ No newline at end of file diff --git a/html-int/dir_edd4dfd471a6a8110a2dde28b0844c49_dep.map b/html-int/dir_edd4dfd471a6a8110a2dde28b0844c49_dep.map deleted file mode 100644 index a46311d5..00000000 --- a/html-int/dir_edd4dfd471a6a8110a2dde28b0844c49_dep.map +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/html-int/dir_edd4dfd471a6a8110a2dde28b0844c49_dep.md5 b/html-int/dir_edd4dfd471a6a8110a2dde28b0844c49_dep.md5 deleted file mode 100644 index 18c3cf4d..00000000 --- a/html-int/dir_edd4dfd471a6a8110a2dde28b0844c49_dep.md5 +++ /dev/null @@ -1 +0,0 @@ -be4426e8d13a78fea930d5bd037d7a7a \ No newline at end of file diff --git a/html-int/dir_edd4dfd471a6a8110a2dde28b0844c49_dep.png b/html-int/dir_edd4dfd471a6a8110a2dde28b0844c49_dep.png deleted file mode 100644 index bc101d1b..00000000 Binary files a/html-int/dir_edd4dfd471a6a8110a2dde28b0844c49_dep.png and /dev/null differ diff --git a/html-int/dir_efba290c06ce2e8ec7503f448f60051b.html b/html-int/dir_efba290c06ce2e8ec7503f448f60051b.html index 41a67b3f..94f0c0fd 100644 --- a/html-int/dir_efba290c06ce2e8ec7503f448f60051b.html +++ b/html-int/dir_efba290c06ce2e8ec7503f448f60051b.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-lib Directory Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -90,19 +90,22 @@
Directory dependency graph for cli-lib:
-
src/prg/c/src/cli-lib
- - - - - - +
src/prg/c/src/cli-lib
+ + + + +
- - + + + + + +

-Directories

directory  libswocclient

+Files

file  optionproc.c
 Functions to process client lock flag options.
 
file  version.c
 Source for version functions.
 
@@ -111,9 +114,7 @@ diff --git a/html-int/dir_efba290c06ce2e8ec7503f448f60051b.js b/html-int/dir_efba290c06ce2e8ec7503f448f60051b.js index fc0bae76..b8af6242 100644 --- a/html-int/dir_efba290c06ce2e8ec7503f448f60051b.js +++ b/html-int/dir_efba290c06ce2e8ec7503f448f60051b.js @@ -1,4 +1,5 @@ var dir_efba290c06ce2e8ec7503f448f60051b = [ - [ "libswocclient", "dir_1a31b4cff70347abdfac272892b35972.html", "dir_1a31b4cff70347abdfac272892b35972" ] + [ "optionproc.c", "cli-lib_2optionproc_8c.html", "cli-lib_2optionproc_8c" ], + [ "version.c", "cli-lib_2version_8c.html", "cli-lib_2version_8c" ] ]; \ No newline at end of file diff --git a/html-int/dir_efba290c06ce2e8ec7503f448f60051b_dep.map b/html-int/dir_efba290c06ce2e8ec7503f448f60051b_dep.map index 3114b325..9b9e2b62 100644 --- a/html-int/dir_efba290c06ce2e8ec7503f448f60051b_dep.map +++ b/html-int/dir_efba290c06ce2e8ec7503f448f60051b_dep.map @@ -1,7 +1,6 @@ - - - - - + + + + diff --git a/html-int/dir_efba290c06ce2e8ec7503f448f60051b_dep.md5 b/html-int/dir_efba290c06ce2e8ec7503f448f60051b_dep.md5 index dd1082f2..55e4de14 100644 --- a/html-int/dir_efba290c06ce2e8ec7503f448f60051b_dep.md5 +++ b/html-int/dir_efba290c06ce2e8ec7503f448f60051b_dep.md5 @@ -1 +1 @@ -f905915bb48d48e0269dc8055b221e50 \ No newline at end of file +fa23914b94d13dec212f1fe3e08d794f \ No newline at end of file diff --git a/html-int/dir_efba290c06ce2e8ec7503f448f60051b_dep.png b/html-int/dir_efba290c06ce2e8ec7503f448f60051b_dep.png index 1d08cbc9..f40ea905 100644 Binary files a/html-int/dir_efba290c06ce2e8ec7503f448f60051b_dep.png and b/html-int/dir_efba290c06ce2e8ec7503f448f60051b_dep.png differ diff --git a/html-int/dir_f07bbe949acd2d6eda765e3ccd7e8f1f.html b/html-int/dir_f07bbe949acd2d6eda765e3ccd7e8f1f.html deleted file mode 100644 index b40d1aa3..00000000 --- a/html-int/dir_f07bbe949acd2d6eda765e3ccd7e8f1f.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - -Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/cli-prg/swocclient Directory Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 -
-
Server Wait On Clients System.
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
swocclient Directory Reference
-
-
-
-Directory dependency graph for swocclient:
-
-
src/prg/c/src/cli-prg/swocclient
- - - - - - -
- - - - - - - - - - - - -

-Files

file  cmdlineargs.c
 
file  internal.h [code]
 
file  main.c
 
file  signalhandle.c
 
file  version.c
 
-
-
- - - - diff --git a/html-int/dir_f07bbe949acd2d6eda765e3ccd7e8f1f.js b/html-int/dir_f07bbe949acd2d6eda765e3ccd7e8f1f.js deleted file mode 100644 index b9e7b3fa..00000000 --- a/html-int/dir_f07bbe949acd2d6eda765e3ccd7e8f1f.js +++ /dev/null @@ -1,8 +0,0 @@ -var dir_f07bbe949acd2d6eda765e3ccd7e8f1f = -[ - [ "cmdlineargs.c", "cli-prg_2swocclient_2cmdlineargs_8c.html", "cli-prg_2swocclient_2cmdlineargs_8c" ], - [ "internal.h", "cli-prg_2swocclient_2internal_8h.html", "cli-prg_2swocclient_2internal_8h" ], - [ "main.c", "cli-prg_2swocclient_2main_8c.html", "cli-prg_2swocclient_2main_8c" ], - [ "signalhandle.c", "cli-prg_2swocclient_2signalhandle_8c.html", "cli-prg_2swocclient_2signalhandle_8c" ], - [ "version.c", "cli-prg_2swocclient_2version_8c.html", "cli-prg_2swocclient_2version_8c" ] -]; \ No newline at end of file diff --git a/html-int/dir_f07bbe949acd2d6eda765e3ccd7e8f1f_dep.map b/html-int/dir_f07bbe949acd2d6eda765e3ccd7e8f1f_dep.map deleted file mode 100644 index ff238c52..00000000 --- a/html-int/dir_f07bbe949acd2d6eda765e3ccd7e8f1f_dep.map +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/html-int/dir_f07bbe949acd2d6eda765e3ccd7e8f1f_dep.md5 b/html-int/dir_f07bbe949acd2d6eda765e3ccd7e8f1f_dep.md5 deleted file mode 100644 index eb1711be..00000000 --- a/html-int/dir_f07bbe949acd2d6eda765e3ccd7e8f1f_dep.md5 +++ /dev/null @@ -1 +0,0 @@ -66041922e3ec7bd074d27309204da980 \ No newline at end of file diff --git a/html-int/dir_f07bbe949acd2d6eda765e3ccd7e8f1f_dep.png b/html-int/dir_f07bbe949acd2d6eda765e3ccd7e8f1f_dep.png deleted file mode 100644 index c5e62844..00000000 Binary files a/html-int/dir_f07bbe949acd2d6eda765e3ccd7e8f1f_dep.png and /dev/null differ diff --git a/html-int/dir_f67db5475a5992621919b89896eaaec2.html b/html-int/dir_f67db5475a5992621919b89896eaaec2.html index 017d3385..4daa06ed 100644 --- a/html-int/dir_f67db5475a5992621919b89896eaaec2.html +++ b/html-int/dir_f67db5475a5992621919b89896eaaec2.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: src/prg/c/src/srv-lib Directory Reference @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -90,19 +90,22 @@
Directory dependency graph for srv-lib:
-
src/prg/c/src/srv-lib
- - - - - - +
src/prg/c/src/srv-lib
+ + + + +
- - + + + + + +

-Directories

directory  libswocserver

+Files

file  optionproc.c
 Functions to process server lock flag options.
 
file  version.c
 Source for version functions.
 
@@ -111,9 +114,7 @@ diff --git a/html-int/dir_f67db5475a5992621919b89896eaaec2.js b/html-int/dir_f67db5475a5992621919b89896eaaec2.js index 83920b88..514beb5d 100644 --- a/html-int/dir_f67db5475a5992621919b89896eaaec2.js +++ b/html-int/dir_f67db5475a5992621919b89896eaaec2.js @@ -1,4 +1,5 @@ var dir_f67db5475a5992621919b89896eaaec2 = [ - [ "libswocserver", "dir_edd4dfd471a6a8110a2dde28b0844c49.html", "dir_edd4dfd471a6a8110a2dde28b0844c49" ] + [ "optionproc.c", "srv-lib_2optionproc_8c.html", "srv-lib_2optionproc_8c" ], + [ "version.c", "srv-lib_2version_8c.html", "srv-lib_2version_8c" ] ]; \ No newline at end of file diff --git a/html-int/dir_f67db5475a5992621919b89896eaaec2_dep.map b/html-int/dir_f67db5475a5992621919b89896eaaec2_dep.map index 8ad278d2..54e37c6d 100644 --- a/html-int/dir_f67db5475a5992621919b89896eaaec2_dep.map +++ b/html-int/dir_f67db5475a5992621919b89896eaaec2_dep.map @@ -1,7 +1,6 @@ - - - - - + + + + diff --git a/html-int/dir_f67db5475a5992621919b89896eaaec2_dep.md5 b/html-int/dir_f67db5475a5992621919b89896eaaec2_dep.md5 index 2f1a4a0f..a9c042c5 100644 --- a/html-int/dir_f67db5475a5992621919b89896eaaec2_dep.md5 +++ b/html-int/dir_f67db5475a5992621919b89896eaaec2_dep.md5 @@ -1 +1 @@ -976300c0704af1656e4838c36cdf341b \ No newline at end of file +dcf0c5f0b763d4ecf7d04c8536a79a77 \ No newline at end of file diff --git a/html-int/dir_f67db5475a5992621919b89896eaaec2_dep.png b/html-int/dir_f67db5475a5992621919b89896eaaec2_dep.png index 8214137d..0c05bfc4 100644 Binary files a/html-int/dir_f67db5475a5992621919b89896eaaec2_dep.png and b/html-int/dir_f67db5475a5992621919b89896eaaec2_dep.png differ diff --git a/html-int/doxygen.css b/html-int/doxygen.css index 73ecbb2c..ffbff022 100644 --- a/html-int/doxygen.css +++ b/html-int/doxygen.css @@ -1,4 +1,4 @@ -/* The standard CSS for doxygen 1.8.17 */ +/* The standard CSS for doxygen 1.9.1 */ body, table, div, p, dl { font: 400 14px/22px Roboto,sans-serif; @@ -66,7 +66,7 @@ p.startli, p.startdd { margin-top: 2px; } -th p.starttd, p.intertd, p.endtd { +th p.starttd, th p.intertd, th p.endtd { font-size: 100%; font-weight: 700; } @@ -103,30 +103,96 @@ caption { } span.legend { - font-size: 70%; - text-align: center; + font-size: 70%; + text-align: center; } h3.version { - font-size: 90%; - text-align: center; + font-size: 90%; + text-align: center; } -div.qindex, div.navtab{ - background-color: #EBEFF6; - border: 1px solid #A3B4D7; - text-align: center; +div.navtab { + border-right: 1px solid #A3B4D7; + padding-right: 15px; + text-align: right; + line-height: 110%; +} + +div.navtab table { + border-spacing: 0; } -div.qindex, div.navpath { +td.navtab { + padding-right: 6px; + padding-left: 6px; +} +td.navtabHL { + background-image: url('tab_a.png'); + background-repeat:repeat-x; + padding-right: 6px; + padding-left: 6px; +} + +td.navtabHL a, td.navtabHL a:visited { + color: #fff; + text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); +} + +a.navtab { + font-weight: bold; +} + +div.qindex{ + text-align: center; width: 100%; line-height: 140%; + font-size: 130%; + color: #A0A0A0; } -div.navtab { - margin-right: 15px; +dt.alphachar{ + font-size: 180%; + font-weight: bold; +} + +.alphachar a{ + color: black; +} + +.alphachar a:hover, .alphachar a:visited{ + text-decoration: none; +} + +.classindex dl { + padding: 25px; + column-count:1 +} + +.classindex dd { + display:inline-block; + margin-left: 50px; + width: 90%; + line-height: 1.15em; +} + +.classindex dl.odd { + background-color: #F8F9FC; +} + +@media(min-width: 1120px) { + .classindex dl { + column-count:2 + } +} + +@media(min-width: 1320px) { + .classindex dl { + column-count:3 + } } + /* @group Link Styling */ a { @@ -143,17 +209,6 @@ a:hover { text-decoration: underline; } -a.qindex { - font-weight: bold; -} - -a.qindexHL { - font-weight: bold; - background-color: #9CAFD4; - color: #FFFFFF; - border: 1px double #869DCA; -} - .contents a.qindexHL:visited { color: #FFFFFF; } @@ -1358,10 +1413,12 @@ dl.citelist dt { font-weight:bold; margin-right:10px; padding:5px; + text-align:right; + width:52px; } dl.citelist dd { - margin:2px 0; + margin:2px 0 2px 72px; padding:5px 0; } @@ -1424,6 +1481,12 @@ div.toc li.level4 { margin-left: 45px; } +span.emoji { + /* font family used at the site: https://unicode.org/emoji/charts/full-emoji-list.html + * font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Times, Symbola, Aegyptus, Code2000, Code2001, Code2002, Musica, serif, LastResort; + */ +} + .PageDocRTL-title div.toc li.level1 { margin-left: 0 !important; margin-right: 0; @@ -1661,47 +1724,6 @@ tr.heading h2 { /* @group Markdown */ -/* -table.markdownTable { - border-collapse:collapse; - margin-top: 4px; - margin-bottom: 4px; -} - -table.markdownTable td, table.markdownTable th { - border: 1px solid #2D4068; - padding: 3px 7px 2px; -} - -table.markdownTableHead tr { -} - -table.markdownTableBodyLeft td, table.markdownTable th { - border: 1px solid #2D4068; - padding: 3px 7px 2px; -} - -th.markdownTableHeadLeft th.markdownTableHeadRight th.markdownTableHeadCenter th.markdownTableHeadNone { - background-color: #374F7F; - color: #FFFFFF; - font-size: 110%; - padding-bottom: 4px; - padding-top: 5px; -} - -th.markdownTableHeadLeft { - text-align: left -} - -th.markdownTableHeadRight { - text-align: right -} - -th.markdownTableHeadCenter { - text-align: center -} -*/ - table.markdownTable { border-collapse:collapse; margin-top: 4px; diff --git a/html-int/doxygen.png b/html-int/doxygen.png deleted file mode 100644 index 3ff17d80..00000000 Binary files a/html-int/doxygen.png and /dev/null differ diff --git a/html-int/doxygen.svg b/html-int/doxygen.svg new file mode 100644 index 00000000..d42dad52 --- /dev/null +++ b/html-int/doxygen.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/html-int/dynsections.js b/html-int/dynsections.js index ea0a7b39..3174bd7b 100644 --- a/html-int/dynsections.js +++ b/html-int/dynsections.js @@ -1,25 +1,26 @@ /* - @licstart The following is the entire license notice for the - JavaScript code in this file. + @licstart The following is the entire license notice for the JavaScript code in this file. - Copyright (C) 1997-2017 by Dimitri van Heesch + The MIT License (MIT) - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + Copyright (C) 1997-2020 by Dimitri van Heesch - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + Permission is hereby granted, free of charge, to any person obtaining a copy of this software + and associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, + sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + The above copyright notice and this permission notice shall be included in all copies or + substantial portions of the Software. - @licend The above is the entire license notice - for the JavaScript code in this file + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING + BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + @licend The above is the entire license notice for the JavaScript code in this file */ function toggleVisibility(linkObj) { diff --git a/html-int/files.html b/html-int/files.html index 033aa934..ebcf8775 100644 --- a/html-int/files.html +++ b/html-int/files.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: File List @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -91,57 +91,52 @@
[detail level 1234567]
- + - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
  docs
  doxygen
 src
 src
  src
  prg
  c
  inc
  api
 libswocclient.h
 libswocserver.h
  internal
 cmdlineargs.h
 libswoccommon.h
 signalhandle.h
  src
  cli-lib
  libswocclient
 optionproc.c
 version.c
  swoc
 cmdlineargs.hHeader file for command line processing
 libswocclient.hHeader file for Server Wait on Clients client-side library
 libswoccommon.hInternal header file for Server Wait on Client common library
 libswocserver.hHeader file for Server Wait on Clients server-side library
 signalhandle.hHeader file for signal handling
  src
  cli-lib
 optionproc.cFunctions to process client lock flag options
 version.cSource for version functions
  cli-prg
  swocclient
 cmdlineargs.c
 internal.h
 main.c
 signalhandle.c
 version.c
  com-lib
  libswoccommon
 messages.c
 ssh.c
 tcp.c
 validateconfig.c
 version.c
 cmdlineargs.cCommand line argument processing for swocclient using getopt_long
 internal.hHeader file for Server Wait on Clients client-side program
 main.cServer Wait On Clients client program
 signalhandle.cSignal handling functions
 version.cSource for version functions
  com-lib
 messages.cMessage processing functions common to swoc programs
 ssh.cSSH connection processing functions
 tcp.cTCP connection processing functions
 validateconfig.cTo parse and validate the config file
 version.cSource for version functions
  srv-lib
  libswocserver
 optionproc.c
 version.c
  srv-prg
  swocserver
 cmdlineargs.c
 internal.h
 main.c
 signalhandle.c
 version.c
  swocserverd
 cmdlineargs.c
 comms.c
 internal.h
 main.c
 request.c
 signalhandle.c
 validateconfig.c
 version.c
 optionproc.cFunctions to process server lock flag options
 version.cSource for version functions
  srv-prg
  swocserver
 cmdlineargs.cCommand line argument processing for swocserver using getopt_long
 internal.hHeader file for Server Wait on Clients server-side program
 main.cServer Wait On Clients server program
 signalhandle.cSignal handling functions
 version.cSource for version functions
  swocserverd
 cmdlineargs.cCommand line argument processing for swocserverd using getopt_long
 comms.cComms functions associated with the swocserverd daemon
 internal.hHeader file for Server Wait on Clients server-side daemon
 main.cServer Wait On Clients server daemon
 request.cRequest processing functions
 signalhandle.cSignal handling functions
 validateconfig.cTo parse and validate the config file
 version.cSource for version functions
@@ -149,9 +144,7 @@ diff --git a/html-int/functions.html b/html-int/functions.html index 2985c01e..dc77d018 100644 --- a/html-int/functions.html +++ b/html-int/functions.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: Data Fields @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -102,9 +102,7 @@ diff --git a/html-int/functions_vars.html b/html-int/functions_vars.html index 5755e920..9f65757b 100644 --- a/html-int/functions_vars.html +++ b/html-int/functions_vars.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: Data Fields - Variables @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -102,9 +102,7 @@ diff --git a/html-int/globals.html b/html-int/globals.html index a39ca3c9..7d95ccba 100644 --- a/html-int/globals.html +++ b/html-int/globals.html @@ -3,7 +3,7 @@ - + Server Wait On Clients System - Full Internal Documentation: Globals @@ -26,7 +26,7 @@
Server Wait On Clients System - Full Internal Documentation -  v1.6.3 +  vPublish-Docs
Server Wait On Clients System.
@@ -35,10 +35,10 @@ - + @@ -87,19 +87,18 @@

- _ -

@@ -107,9 +106,7 @@

- _ -