timer_test.c revision 499b34cea04a46823d003d4c0520c8b03e8513cb
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Copyright (C) 1998-2001 Internet Software Consortium.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Permission to use, copy, modify, and distribute this software for any
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * purpose with or without fee is hereby granted, provided that the above
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * copyright notice and this permission notice appear in all copies.
e2d579a02171396d24b1b5fc5ad238d85cabd134Danny Mayer * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
e2d579a02171396d24b1b5fc5ad238d85cabd134Danny Mayer * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
e2d579a02171396d24b1b5fc5ad238d85cabd134Danny Mayer * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
c4958494a98a59ce25e9fecad76a9ab0e36cc59fDanny Mayer * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
e2d579a02171396d24b1b5fc5ad238d85cabd134Danny Mayer * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
28b863e609ff2d97b78663b46894494cfa2ea411Mark Andrews * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
e76d4c91bfadf823f04dcca1c1c5bcc14c67671dAndreas Gustafsson * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
e76d4c91bfadf823f04dcca1c1c5bcc14c67671dAndreas Gustafsson/* $Id: timer_test.c,v 1.36 2001/01/09 21:41:45 bwelling Exp $ */
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
int tick_count = 0;
tick_count++;
const char *type;
unsigned int workers;