Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

deppmark.h

00001 /***************************************************************************
00002                                  deppmark.h
00003                              -------------------
00004     begin                : Thu Jan 24 2002
00005     copyright            : (C) 2002 by Christian Hoenig & Gunter Ohrner
00006     email                : pdepp@customcdrom.de
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 /*
00019   \file
00020 
00021   \brief global variable declarations
00022  */
00023 
00024 #ifndef DEPPMARK_H_GUARD
00025 #define DEPPMARK_H_GUARD
00026 
00028 int benchmark;
00030 unsigned delay;
00032 unsigned repeat;
00034 uint16_t port;
00036 struct in_addr host_addr;
00038 BufpList file_list;
00040 size_t buf_len;
00042 pthread_mutex_t malloc_mut;
00043 
00044 #endif

Generated on Fri Jan 25 22:40:30 2002 for PDepp Webserver by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001