diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-09-16 16:09:05 +0200 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-12-10 13:35:17 +0100 |
| commit | 46b2c2b071f31893c9ce9548537e34747b2941d6 (patch) | |
| tree | 30bf0c4086923410b994da0ec09691f690203a38 /proc/Makefile | |
| parent | 09ff61acc11cd495af5f4cba1f9a1f850c6745c9 (diff) | |
proc: register for new task notifications
* proc/Makefile (MIGSTUBS): Add `gnumachServer.o'.
* proc/main.c (message_demuxer): Handle the `task_notify' protocol.
(main): Register for new task notificatinos.
* proc/mgt.c (S_mach_notify_new_task): Add server function.
Diffstat (limited to 'proc/Makefile')
| -rw-r--r-- | proc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/proc/Makefile b/proc/Makefile index aa31ffbf..2275a663 100644 --- a/proc/Makefile +++ b/proc/Makefile @@ -27,9 +27,11 @@ SRCS = wait.c hash.c host.c info.c main.c mgt.c notify.c pgrp.c msg.c \ MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h MIGSTUBS = processServer.o notifyServer.o \ - ourmsgUser.o proc_excUser.o proc_excServer.o + ourmsgUser.o proc_excUser.o proc_excServer.o \ + task_notifyServer.o OBJS = $(SRCS:.c=.o) $(MIGSTUBS) HURDLIBS = ihash ports shouldbeinlibc + OTHERLIBS = -lpthread include ../Makeconf |
