* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user