* Added a "name changed" notification to the thread notification service.

* Added a "team" field to the notification events.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39861 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-12-16 01:44:15 +00:00
parent 2d8d1cdbaa
commit 4ebc8f615d
2 changed files with 33 additions and 23 deletions
+4 -3
View File
@@ -25,9 +25,10 @@ struct thread_creation_attributes;
// thread notifications
#define THREAD_MONITOR '_tm_'
#define THREAD_ADDED 0x01
#define THREAD_REMOVED 0x02
#define THREAD_MONITOR '_tm_'
#define THREAD_ADDED 0x01
#define THREAD_REMOVED 0x02
#define THREAD_NAME_CHANGED 0x04
#ifdef __cplusplus