*
* Part: Checkers registration.
*
- * Version: $Id: check_api.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Healthcheckrs child process handling.
*
- * Version: $Id: check_daemon.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Healthcheckers dynamic data structure definition.
*
- * Version: $Id: check_data.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: WEB CHECK. Common HTTP/SSL checker primitives.
*
- * Version: $Id: check_http.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Authors: Alexandre Cassen, <acassen@linux-vs.org>
* Jan Holmberg, <jan@artech.net>
*
* Part: MISC CHECK. Perform a system call to run an extra
* system prog or script.
*
- * Version: $Id: check_misc.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Authors: Alexandre Cassen, <acassen@linux-vs.org>
* Eric Jarman, <ehj38230@cmsu2.cmsu.edu>
* Bradley Baetz, <bradley.baetz@optusnet.com.au>
* data structure representation the conf file representing
* the loadbalanced server pool.
*
- * Version: $Id: check_parser.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: SMTP CHECK. Check an SMTP-server.
*
- * Version: $Id: check_smtp.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Authors: Jeremy Rumpf, <jrumpf@heavyload.net>
* Alexandre Cassen, <acassen@linux-vs.org>
*
* url, compute a MD5 over this result and match it to the
* expected value.
*
- * Version: $Id: check_ssl.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Authors: Alexandre Cassen, <acassen@linux-vs.org>
* Jan Holmberg, <jan@artech.net>
*
*
* Part: TCP checker.
*
- * Version: $Id: check_tcp.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
* library to add/remove server MASQ rules to the kernel
* firewall framework.
*
- * Version: $Id: ipfwwrapper.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
* Part: IPVS Kernel wrapper. Use setsockopt call to add/remove
* server to/from the loadbalanced server pool.
*
- * Version: $Id: ipvswrapper.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Manipulation functions for IPVS & IPFW wrappers.
*
- * Version: $Id: ipwrapper.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Main program structure.
*
- * Version: $Id: main.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Dynamic data structure definition.
*
- * Version: $Id: global_data.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
* data structure representation the conf file representing
* the loadbalanced server pool.
*
- * Version: $Id: global_parser.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
* Part: Layer4 checkers handling. Register worker threads &
* upper layer checkers.
*
- * Version: $Id: layer4.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Main program structure.
*
- * Version: $Id: main.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: pidfile utility.
*
- * Version: $Id: pidfile.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
* using the smtp protocol according to the RFC 821. A non blocking
* timeouted connection is used to handle smtp protocol.
*
- * Version: $Id: smtp.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Checkers arguments structures definitions.
*
- * Version: $Id: check_api.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: check_daemon.c include file.
*
- * Version: $Id: check_daemon.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Healthcheckers dynamic data structure definition.
*
- * Version: $Id: check_data.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: check_http.c include file.
*
- * Version: $Id: check_http.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Authors: Alexandre Cassen, <acassen@linux-vs.org>
* Jan Holmberg, <jan@artech.net>
*
*
* Part: check_misc.c include file.
*
- * Version: $Id: check_misc.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
* Eric Jarman, <ehj38230@cmsu2.cmsu.edu>
*
*
* Part: check_parser.c include file.
*
- * Version: $Id: check_parser.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: check_smtp.c include file.
*
- * Version: $Id: check_smtp.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
* Jeremy Rumpf, <jrumpf@heavyload.net>
*
*
* Part: check_http.c include file.
*
- * Version: $Id: check_http.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Authors: Alexandre Cassen, <acassen@linux-vs.org>
* Jan Holmberg, <jan@artech.net>
*
*
* Part: check_tcp.c include file.
*
- * Version: $Id: check_tcp.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Configuration include file.
*
- * Version: $Id: config.h.in,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Jacob Rief, <jacob.rief@tiscover.com>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Daemon process handling.
*
- * Version: $Id: daemon.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Dynamic data structure definition.
*
- * Version: $Id: global_data.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vrrp_parser.c include file.
*
- * Version: $Id: global_parser.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: ipfwwrapper.c include file.
*
- * Version: $Id: ipfwwrapper.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: ipvswrapper.c include file.
*
- * Version: $Id: ipvswrapper.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: ipwrapper.c include file.
*
- * Version: $Id: ipwrapper.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: layer4.c include file.
*
- * Version: $Id: layer4.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Main program include file.
*
- * Version: $Id: main.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: pidfile.c include file.
*
- * Version: $Id: pidfile.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: smtp.c include file.
*
- * Version: $Id: smtp.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vrrp.c program include file.
*
- * Version: $Id: vrrp.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vrrp_arp.c include file.
*
- * Version: $Id: vrrp_arp.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vrrp_daemon.c include file.
*
- * Version: $Id: vrrp_daemon.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Dynamic data structure definition.
*
- * Version: $Id: vrrp_data.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vrrp_if.c include file.
*
- * Version: $Id: vrrp_if.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vrrp_index.c include file.
*
- * Version: $Id: vrrp_index.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vrrp_ipaddress.c include file.
*
- * Version: $Id: vrrp_ipaddress.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vrrp_iproute.c include file.
*
- * Version: $Id: vrrp_iproute.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vrrp_ipsecah.c include file.
*
- * Version: $Id: vrrp_ipsecah.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vrrp_netlink.c include file.
*
- * Version: $Id: vrrp_netlink.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vrrp_notify.c include file.
*
- * Version: $Id: vrrp_notify.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vrrp_parser.c include file.
*
- * Version: $Id: vrrp_parser.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vrrp_scheduler.c include file.
*
- * Version: $Id: vrrp_scheduler.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vrrp_sync.c include file.
*
- * Version: $Id: vrrp_sync.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vrrp_track.c include file.
*
- * Version: $Id: vrrp_track.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
* master fails, a backup server takes over.
* The original implementation has been made by jerome etienne.
*
- * Version: $Id: vrrp.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: ARP primitives.
*
- * Version: $Id: vrrp_arp.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: VRRP child process handling.
*
- * Version: $Id: vrrp_daemon.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Dynamic data structure definition.
*
- * Version: $Id: vrrp_data.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Interfaces manipulation.
*
- * Version: $Id: vrrp_if.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: VRRP instance index table.
*
- * Version: $Id: vrrp_index.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: NETLINK IPv4 address manipulation.
*
- * Version: $Id: vrrp_ipaddress.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: NETLINK IPv4 routes manipulation.
*
- * Version: $Id: vrrp_iproute.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
* authentication data encryption using HMAC MD5 according to
* RFCs 2085 & 2104.
*
- * Version: $Id: vrrp_ipsecah.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: NETLINK kernel command channel.
*
- * Version: $Id: vrrp_netlink.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: VRRP state transition notification scripts handling.
*
- * Version: $Id: vrrp_notify.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
* data structure representation the conf file representing
* the loadbalanced server pool.
*
- * Version: $Id: vrrp_parser.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Sheduling framework for vrrp code.
*
- * Version: $Id: vrrp_scheduler.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: VRRP synchronization framework.
*
- * Version: $Id: vrrp_sync.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Interface tracking framework.
*
- * Version: $Id: vrrp_track.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: HTML stream parser utility functions.
*
- * Version: $Id: html.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Authors: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: parser.c include file.
*
- * Version: $Id: html.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Authors: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: List structure manipulation.
*
- * Version: $Id: list.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: list.c include file.
*
- * Version: $Id: list.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: logging facility.
*
- * Version: $Id: vector.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: logging facility.
*
- * Version: $Id: vector.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
* Part: Memory management framework. This framework is used to
* find any memory leak.
*
- * Version: $Id: memory.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Authors: Alexandre Cassen, <acassen@linux-vs.org>
* Jan Holmberg, <jan@artech.net>
*
*
* Part: memory.c include file.
*
- * Version: $Id: memory.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Authors: Alexandre Cassen, <acassen@linux-vs.org>
* Jan Holmberg, <jan@artech.net>
*
*
* Part: Forked system call to launch an extra script.
*
- * Version: $Id: notify.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: notify.c include file.
*
- * Version: $Id: notify.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
* data structure representation the conf file representing
* the loadbalanced server pool.
*
- * Version: $Id: parser.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: cfreader.c include file.
*
- * Version: $Id: parser.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
* the thread management routine (thread.c) present in the
* very nice zebra project (http://www.zebra.org).
*
- * Version: $Id: scheduler.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: scheduler.c include file.
*
- * Version: $Id: scheduler.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Signals framework.
*
- * Version: $Id: signals.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Kevin Lindsay, <kevinl@netnation.com>
* Alexandre Cassen, <acassen@linux-vs.org>
*
*
* Part: signals.c include file.
*
- * Version: $Id: signals.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Kevin Lindsay, <kevinl@netnation.com>
* Alexandre Cassen, <acassen@linux-vs.org>
*
*
* Part: Timer manipulations.
*
- * Version: $Id: timer.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: timer.c include file.
*
- * Version: $Id: timer.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: General program utils.
*
- * Version: $Id: utils.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: utils.h include file.
*
- * Version: $Id: utils.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: Vector structure manipulation.
*
- * Version: $Id: vector.c,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,
*
* Part: vector.c include file.
*
- * Version: $Id: vector.h,v 1.1.18 2009/09/24 06:19:31 acassen Exp $
- *
* Author: Alexandre Cassen, <acassen@linux-vs.org>
*
* This program is distributed in the hope that it will be useful,