aboutsummaryrefslogtreecommitdiff
path: root/libpager/priv.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-08-10 22:05:09 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-08-10 22:05:09 +0200
commitb14e0100f5295abd950eef636fa16df181504401 (patch)
tree8335e68359360ae50064e7164b0a25277fb33ee0 /libpager/priv.h
parent7c3323a25bc1d5844feb7f9ed241fdbdb4819739 (diff)
downloadhurd-b14e0100f5295abd950eef636fa16df181504401.tar.gz
hurd-b14e0100f5295abd950eef636fa16df181504401.tar.bz2
hurd-b14e0100f5295abd950eef636fa16df181504401.zip
Do not cache the R/O proxy
We cannot properly detect when to release the ro_proxy, so let's just not cache it.
Diffstat (limited to 'libpager/priv.h')
-rw-r--r--libpager/priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpager/priv.h b/libpager/priv.h
index 0c38a7c0..89af52ba 100644
--- a/libpager/priv.h
+++ b/libpager/priv.h
@@ -55,8 +55,6 @@ struct pager
memory_object_control_t memobjcntl;
memory_object_name_t memobjname;
- memory_object_t ro_proxy;
-
int noterm; /* number of threads blocking termination */
int termwaiting:1;