netfs: Fix build for gcc4.
This commit is contained in:
parent
83b1a68c52
commit
367ea4bd57
@ -2869,13 +2869,14 @@ ClientConnection::_NodeMonitoringProcessorEntry(void* data)
|
||||
return ((ClientConnection*)data)->_NodeMonitoringProcessor();
|
||||
}
|
||||
|
||||
|
||||
// _NodeMonitoringProcessor
|
||||
int32
|
||||
ClientConnection::_NodeMonitoringProcessor()
|
||||
{
|
||||
while (!fClosed) {
|
||||
// get the next request
|
||||
NodeMonitoringRequest* request;
|
||||
NodeMonitoringRequest* request = NULL;
|
||||
status_t error = fNodeMonitoringEvents->Pop(&request);
|
||||
|
||||
// get a client connection reference
|
||||
@ -2900,6 +2901,7 @@ ClientConnection::_NodeMonitoringProcessor()
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
// _PushNodeMonitoringEvent
|
||||
//
|
||||
// The caller must have a connection reference. Moreover the VolumeManager
|
||||
|
Loading…
x
Reference in New Issue
Block a user