]> andersk Git - openssh.git/blobdiff - monitor_mm.h
- djm@cvs.openbsd.org 2009/11/20 00:54:01
[openssh.git] / monitor_mm.h
index 5b4b789ca7f33a416a71d1de33cf999dd5ddbd53..c890f77097df624fe014d09431f77ffe4ea410b0 100644 (file)
@@ -1,3 +1,5 @@
+/* $OpenBSD: monitor_mm.h,v 1.5 2008/04/29 11:20:31 otto Exp $ */
+
 /*
  * Copyright 2002 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
@@ -25,7 +27,6 @@
 
 #ifndef _MM_H_
 #define _MM_H_
-#include <sys/tree.h>
 
 struct mm_share {
        RB_ENTRY(mm_share) next;
@@ -40,12 +41,9 @@ 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);
+RB_PROTOTYPE(mmtree, mm_share, next, mm_compare)
 
 #define MM_MINSIZE             128
 
This page took 0.033373 seconds and 4 git commands to generate.