зеркало из https://github.com/mozilla/pjs.git
bug 521845: expand protocol space by 4x (temporarily)
This commit is contained in:
Родитель
8fda4a36b6
Коммит
0bdcfebbdd
|
@ -47,7 +47,7 @@
|
|||
|
||||
#include "IPCMessageStart.h"
|
||||
|
||||
COMPILE_ASSERT(LastMsgIndex <= 16, need_to_update_IPC_MESSAGE_MACRO);
|
||||
COMPILE_ASSERT(LastMsgIndex <= 64, need_to_update_IPC_MESSAGE_MACRO);
|
||||
|
||||
namespace IPC {
|
||||
|
||||
|
|
|
@ -767,7 +767,7 @@ class GenerateProtocolHeader(Visitor):
|
|||
md.accept(self)
|
||||
|
||||
# spit out message type enum and classes
|
||||
msgstart = self.pname +'MsgStart << 12'
|
||||
msgstart = self.pname +'MsgStart << 10'
|
||||
msgenum = cxx.TypeEnum('MessageType')
|
||||
msgenum.addId(self.pname +'Start', msgstart)
|
||||
msgenum.addId(self.pname +'PreStart', '('+ msgstart +') - 1')
|
||||
|
|
Загрузка…
Ссылка в новой задаче