reproduceable testcase for bug #1168
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20801 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -70,7 +70,9 @@ driver_open(const char *name, uint32 flags, void** _cookie)
|
||||
static status_t
|
||||
driver_close(void* cookie)
|
||||
{
|
||||
dprintf("test: close\n");
|
||||
dprintf("test: close enter\n");
|
||||
snooze(200000);
|
||||
dprintf("test: close leave\n");
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user