Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 598674e

Browse files
NetworkServices/NAT/VBoxNetSlirpNAT.cpp: Fix missing field initializer warning in parfait, bugref:3409 [build fix]
svn:sync-xref-src-repo-rev: r171319
1 parent 1c5c409 commit 598674e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/VBox/NetworkServices/NAT/VBoxNetSlirpNAT.cpp‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: VBoxNetSlirpNAT.cpp 111725 2025年11月14日 10:03:15Z alexander.eichner@oracle.com $ */
1+
/* $Id: VBoxNetSlirpNAT.cpp 111726 2025年11月14日 10:10:00Z alexander.eichner@oracle.com $ */
22
/** @file
33
* VBoxNetNAT - NAT Service for connecting to IntNet.
44
*/
@@ -305,14 +305,14 @@ VBoxNetSlirpNAT::VBoxNetSlirpNAT()
305305
m_hThrRecv(NIL_RTTHREAD),
306306
m_hThrdPoll(NIL_RTTHREAD),
307307
m_hSlirpReqQueue(NIL_RTREQQUEUE),
308+
#ifndef RT_OS_WINDOWS
309+
m_hPipeWrite(NIL_RTPIPE),
310+
m_hPipeRead(NIL_RTPIPE),
311+
#endif
308312
m_cWakeupNotifs(0),
309313
m_u16Mtu(1500),
310314
m_pSlirp(NULL),
311315
fPassDomain(false)
312-
#ifndef RT_OS_WINDOWS
313-
, m_hPipeWrite(NIL_RTPIPE),
314-
m_hPipeRead(NIL_RTPIPE)
315-
#endif
316316
{
317317
LogFlowFuncEnter();
318318

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /