diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2021-08-05 18:03:47 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-08-10 22:12:50 +0200 |
commit | 4b739a627e08fe0bc50342e65ba61abd0152fe17 (patch) | |
tree | 0a54c1217668ee8a535e117ded9f4886cb526416 /eth-multiplexer/mig-mutate.h | |
parent | 99df125e1048d9d09cfb68ce54725a089bacc140 (diff) | |
download | hurd-4b739a627e08fe0bc50342e65ba61abd0152fe17.tar.gz hurd-4b739a627e08fe0bc50342e65ba61abd0152fe17.tar.bz2 hurd-4b739a627e08fe0bc50342e65ba61abd0152fe17.zip |
eth-multiplexer: Use notify server implementation from libports
We can simply override proc_dead_name () to handle dead-name notifications.
Diffstat (limited to 'eth-multiplexer/mig-mutate.h')
-rw-r--r-- | eth-multiplexer/mig-mutate.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/eth-multiplexer/mig-mutate.h b/eth-multiplexer/mig-mutate.h index 55eca312..670c454d 100644 --- a/eth-multiplexer/mig-mutate.h +++ b/eth-multiplexer/mig-mutate.h @@ -17,15 +17,6 @@ You should have received a copy of the GNU General Public License along with the GNU Hurd. If not, see <http://www.gnu.org/licenses/>. */ -#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 \ - import "libports/mig-decls.h"; - #define DEVICE_INTRAN \ vether_device_t begin_using_device_port (mach_port_t) #define DEVICE_INTRAN_PAYLOAD \ |