summaryrefslogtreecommitdiff
path: root/libpager/mig-mutate.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpager/mig-mutate.h')
-rw-r--r--libpager/mig-mutate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpager/mig-mutate.h b/libpager/mig-mutate.h
index 9e9065fa..c4f30ce2 100644
--- a/libpager/mig-mutate.h
+++ b/libpager/mig-mutate.h
@@ -18,11 +18,14 @@
along with the GNU Hurd. If not, see <http://www.gnu.org/licenses/>. */
#define MEMORY_OBJECT_INTRAN pager_t begin_using_pager (memory_object_t)
+#define MEMORY_OBJECT_INTRAN_PAYLOAD pager_t begin_using_pager_payload
#define MEMORY_OBJECT_DESTRUCTOR end_using_pager (pager_t)
#define MEMORY_OBJECT_IMPORTS import "mig-decls.h";
#define NOTIFY_INTRAN \
port_info_t begin_using_port_info_port (mach_port_t)
+#define NOTIFY_INTRAN_PAYLOAD \
+ port_info_t begin_using_port_info_payload
#define NOTIFY_DESTRUCTOR \
end_using_port_info (port_info_t)
#define NOTIFY_IMPORTS \