* Added definition of CALLOUT_MPSAFE. This closes ticket #2752.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27630 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -19,6 +19,7 @@ struct callout {
|
||||
int c_flags;
|
||||
};
|
||||
|
||||
#define CALLOUT_MPSAFE 0x0001
|
||||
|
||||
void callout_init_mtx(struct callout *c, struct mtx *mutex, int flags);
|
||||
int callout_reset(struct callout *, int, void (*)(void *), void *);
|
||||
|
||||
Reference in New Issue
Block a user