From 78c136415ecead2c856312c6bf13bd0086679c6e Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 17 Dec 2009 06:27:57 +0000 Subject: Maintains/cleans-up the sharing map. At the moment a simple FIFO policy is applied. Signed-off-by: Grzegorz Milos --- tools/memshr/bidir-daemon.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tools/memshr/bidir-daemon.h (limited to 'tools/memshr/bidir-daemon.h') diff --git a/tools/memshr/bidir-daemon.h b/tools/memshr/bidir-daemon.h new file mode 100644 index 0000000000..8784e7b57f --- /dev/null +++ b/tools/memshr/bidir-daemon.h @@ -0,0 +1,25 @@ +/****************************************************************************** + * + * Copyright (c) 2009 Citrix (R&D) Inc. (Grzegorz Milos) + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#ifndef __BIDIR_DAEMON_H__ +#define __BIDIR_DAEMON_H__ + +void bidir_daemon_initialize(struct blockshr_hash *blks); + +#endif /* __BIDIR_DAEMON_H__ */ -- cgit v1.2.3