0
0
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:
Dwight 2007-11-17 21:10:25 -05:00
commit cc1b83cf5c

View File

@ -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.