X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/eb4652f4b991789501410ab874977bf7d8e8f922..HEAD:/monitor_mm.h diff --git a/monitor_mm.h b/monitor_mm.h index d4f54f42..c890f770 100644 --- a/monitor_mm.h +++ b/monitor_mm.h @@ -1,3 +1,5 @@ +/* $OpenBSD: monitor_mm.h,v 1.5 2008/04/29 11:20:31 otto Exp $ */ + /* * Copyright 2002 Niels Provos * All rights reserved. @@ -25,7 +27,6 @@ #ifndef _MM_H_ #define _MM_H_ -#include "openbsd-compat/tree.h" struct mm_share { RB_ENTRY(mm_share) next; @@ -40,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)