X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/56f824f3b6f77b357b144406dac64866d865e8a7..7501ed0d668ada42afeeecf1b94aa2bd7a01088f:/monitor_mm.h diff --git a/monitor_mm.h b/monitor_mm.h index 3499c752..c890f770 100644 --- a/monitor_mm.h +++ b/monitor_mm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor_mm.h,v 1.3 2006/03/25 22:22:43 djm Exp $ */ +/* $OpenBSD: monitor_mm.h,v 1.5 2008/04/29 11:20:31 otto Exp $ */ /* * Copyright 2002 Niels Provos @@ -27,7 +27,6 @@ #ifndef _MM_H_ #define _MM_H_ -#include "openbsd-compat/sys-tree.h" struct mm_share { RB_ENTRY(mm_share) next; @@ -42,9 +41,6 @@ struct mm_master { size_t size; struct mm_master *mmalloc; /* Used to completely share */ - - int write; /* used to writing to other party */ - int read; /* used for reading from other party */ }; RB_PROTOTYPE(mmtree, mm_share, next, mm_compare)