]> arthur.barton.de Git - ngircd-alex.git/commit - src/ngircd/conf.h
New "module" proc.c/proc.h for generic process handling
authorAlexander Barton <alex@barton.de>
Tue, 18 May 2010 15:38:12 +0000 (17:38 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 29 Jun 2010 20:55:27 +0000 (22:55 +0200)
commit54e67ea9ee6c2b00c43f759edc55b57b969c9e2d
tree06c0b31a49f31666dadbec4595e3694e883a5f68
parentcc336b75580d012c1caee58a252d1ad14b2cee23
New "module" proc.c/proc.h for generic process handling

The new "module" proc.c is used for functions dealing with child
processes. At the moment, it is only used by the asynchronous resolver.

All the functions already implemented habe been migrated from the
resolver code base, and the rest of the ngIRCd source code has been
adepted to the new namespace and calling conventions.

The goal is to develop "generic" process handling functions that can
be used for other purposes as well, e.g. running processes on client
connects etc.
contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj
src/ngircd/Makefile.am
src/ngircd/conf.c
src/ngircd/conf.h
src/ngircd/conn.c
src/ngircd/conn.h
src/ngircd/io.c
src/ngircd/proc.c [new file with mode: 0644]
src/ngircd/proc.h [new file with mode: 0644]
src/ngircd/resolve.c
src/ngircd/resolve.h