watch.h

Go to the documentation of this file.
00001 /*!
00002  * \file   cpu_reserve/server/src/watch.h
00003  * \brief  Preemption watcher prototype
00004  *
00005  * \date   09/18/2004
00006  * \author Jork Loeser <jork.loeser@inf.tu-dresden.de>
00007  *
00008  */
00009 /* (c) 2004 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 #ifndef __CPU_RESERVE_SERVER_SRC_WATCH_H_
00014 #define __CPU_RESERVE_SERVER_SRC_WATCH_H_
00015 
00016 void watcher_fn(void*arg);
00017 
00018 #endif

CPU reservation server Reference Manual, written by Jork Loeser  © 2004