mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
Bug 811333 Signaling - Fix size of thread ID for Windows build r=jesup
This commit is contained in:
parent
ae8a9e55c1
commit
bb4830f48c
@ -18,13 +18,6 @@
|
||||
#define PHONE_IPC_MSG 1
|
||||
|
||||
|
||||
/* Message buffer layout */
|
||||
struct msgbuffer {
|
||||
int32_t mtype; /* Message type */
|
||||
void *msgPtr; /* Ptr to msg */
|
||||
void *usrPtr; /* Ptr to user data */
|
||||
};
|
||||
|
||||
/* For gathering statistics regarding message queues */
|
||||
typedef struct {
|
||||
char name[16];
|
||||
|
@ -27,7 +27,7 @@ typedef void *cprThread_t;
|
||||
*/
|
||||
typedef struct {
|
||||
const char *name;
|
||||
uint16_t threadId;
|
||||
uint32_t threadId;
|
||||
union {
|
||||
void *handlePtr;
|
||||
uint64_t handleInt;
|
||||
|
Loading…
x
Reference in New Issue
Block a user