X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/8e4fd4a1ec27a80b345e21b2ed99bc39cf7fecc0..4f983ff501d9432d5f1dfbcc320da9abaac97fcd:/monitor_mm.h?ds=sidebyside diff --git a/monitor_mm.h b/monitor_mm.h index c0af432d..c890f770 100644 --- a/monitor_mm.h +++ b/monitor_mm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor_mm.h,v 1.2 2002/03/26 03:24:01 stevesk 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/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)