mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
compile linux
This commit is contained in:
parent
0c7e7101a6
commit
591dfb74fe
@ -311,12 +311,12 @@ namespace mongo {
|
||||
ports.closeAll(mask);
|
||||
}
|
||||
|
||||
MessagingPort::MessagingPort(int _sock, const SockAddr& _far) : sock(_sock), piggyBackData(0), farEnd(_far), _timeout(), tag(0), _bytesIn(0), _bytesOut(0) {
|
||||
MessagingPort::MessagingPort(int _sock, const SockAddr& _far) : sock(_sock), piggyBackData(0), _bytesIn(0), _bytesOut(0), farEnd(_far), _timeout(), tag(0) {
|
||||
_logLevel = 0;
|
||||
ports.insert(this);
|
||||
}
|
||||
|
||||
MessagingPort::MessagingPort( double timeout, int ll ) : tag(0), _bytesIn(0), _bytesOut(0) {
|
||||
MessagingPort::MessagingPort( double timeout, int ll ) : _bytesIn(0), _bytesOut(0), tag(0) {
|
||||
_logLevel = ll;
|
||||
ports.insert(this);
|
||||
sock = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user