find_watch
if ((msg->un.watch.handle = find_watch(token)) != NULL) {
if (find_watch(token) == NULL)
ASSERT(find_watch(token));