mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
Merge branch 'master' of ssh://git.latenightcoders.com/data/gitroot/p
This commit is contained in:
commit
cc1b83cf5c
@ -18,7 +18,7 @@ public:
|
||||
MessagingPort(int channel = AUTOASSIGNCHANNEL);
|
||||
~MessagingPort();
|
||||
|
||||
void init(int myUdpPort);
|
||||
void init(int myUdpPort = 0 );
|
||||
|
||||
/* it's assumed if you reuse a message object, that it doesn't cross MessagingPort's.
|
||||
also, the Message data will go out of scope on the subsequent recv call.
|
||||
|
Loading…
Reference in New Issue
Block a user