node monitor: add TODO regarding the syscalls

This commit is contained in:
Ingo Weinhold
2013-06-27 21:57:43 +02:00
parent 0d603ac65c
commit 8c974aa800
+6
View File
@@ -1247,6 +1247,12 @@ notify_query_attr_changed(port_id port, int32 token, dev_t device,
// #pragma mark - User syscalls
// TODO: We should verify that the port specified in the syscalls does actually
// belong to the calling team. The situation is complicated by the fact that a
// port can be transferred to another team. Consequently we should remove all
// associated monitor listeners when a port is transferred/deleted.
status_t
_user_stop_notifying(port_id port, uint32 token)
{