From 70a49b7d3f217717ba323ea54c816c12b4704c0f Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 6 Nov 1995 21:26:38 +0000 Subject: Initial revision --- pfinet/mutations.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 pfinet/mutations.h diff --git a/pfinet/mutations.h b/pfinet/mutations.h new file mode 100644 index 00000000..90864e2c --- /dev/null +++ b/pfinet/mutations.h @@ -0,0 +1,30 @@ +/* + Copyright (C) 1995 Free Software Foundation, Inc. + Written by Michael I. Bushnell, p/BSG. + + This file is part of the GNU Hurd. + + The GNU Hurd is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2, or (at + your option) any later version. + + The GNU Hurd is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ + +/* Only CPP macro definitions should go in this file. */ + +#define IO_INTRAN sock_user_t begin_using_socket_port (io_t) +#define IO_DESTRUCTOR end_using_socket_port (sock_user_t) + +#define SOCKET_INTRAN sock_user_t begin_using_socket_port (socket_t) +#define SOCKET_DESTRUCTOR end_using_socket_port (sock_user_t) + +#define ADDRPORT_INTRAN sock_addr_t begin_using_sockaddr_port (addr_port_t) +#define ADDRPORT_DESTRUCTOR end_using_sockaddr_port (sock_addr_t) -- cgit v1.2.3