00001 /** 00002 * \file con/server/src/events.h 00003 * \brief Event handling 00004 * 00005 * \date 01/03/2004 00006 * \author Torsten Frenzel <frenzel@os.inf.tu-dresden.de> 00007 */ 00008 00009 /* (c) 2003 Technische Universitaet Dresden 00010 * This file is part of DROPS, which is distributed under the terms of the 00011 * GNU General Public License 2. Please see the COPYING file for details. 00012 */ 00013 00014 #ifndef CON_EVENTS_H 00015 #define CON_EVENTS_H 00016 00017 /** 00018 * event notification thread priority 00019 */ 00020 #define _CON_EVENT_THREAD_PRIORITY (14) 00021 00022 /* init event handling */ 00023 void init_events(void); 00024 00025 #endif /* CON_EVENTS_H */