Give a better name than the default "user thread" to BUSBRoster's based looper.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39023 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9a98695072
commit
6576ad5ffc
@ -183,7 +183,8 @@ WatchedEntry::EntryRemoved(ino_t node)
|
||||
|
||||
|
||||
RosterLooper::RosterLooper(BUSBRoster *roster)
|
||||
: fRoster(roster),
|
||||
: BLooper("BUSBRoster looper"),
|
||||
fRoster(roster),
|
||||
fRoot(NULL),
|
||||
fMessenger(NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user