Changeset 97058 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Oct 8, 2022 7:01:53 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154007
- Location:
- trunk/src/VBox/NetworkServices/IntNetSwitch
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/IntNetSwitch/IntNetSwitchInternal.h
r97046 r97058 23 23 * along with this program; if not, see <https://www.gnu.org/licenses>. 24 24 * 25 * The contents of this file may alternatively be used under the terms 26 * of the Common Development and Distribution License Version 1.0 27 * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included 28 * in the VirtualBox distribution, in which case the provisions of the 29 * CDDL are applicable instead of those of the GPL. 30 * 31 * You may elect to license modified versions of this file under the 32 * terms and conditions of either the GPL or the CDDL or both. 33 * 34 * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0 25 * SPDX-License-Identifier: GPL-3.0-only 35 26 */ 36 27 37 #ifndef VBOX_INCLUDED_SRC_IntNetSwitch_IntNetSwit hInternal_h38 #define VBOX_INCLUDED_SRC_IntNetSwitch_IntNetSwit hInternal_h28 #ifndef VBOX_INCLUDED_SRC_IntNetSwitch_IntNetSwitchInternal_h 29 #define VBOX_INCLUDED_SRC_IntNetSwitch_IntNetSwitchInternal_h 39 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 40 31 # pragma once … … 111 102 RT_C_DECLS_END 112 103 113 #endif /* !VBOX_INCLUDED_SRC_IntNetSwitch_IntNetSwit hInternal_h */104 #endif /* !VBOX_INCLUDED_SRC_IntNetSwitch_IntNetSwitchInternal_h */ 114 105 -
trunk/src/VBox/NetworkServices/IntNetSwitch/Makefile.kmk
- Property svn:executable deleted
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
-
trunk/src/VBox/NetworkServices/IntNetSwitch/SrvIntNetWrapper.cpp
- Property svn:executable deleted
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
r97046 r97058 41 41 #include <VBox/types.h> 42 42 #include <VBox/intnet.h> 43 #include <VBox/err.h>44 43 #include <iprt/asm.h> 45 #include <iprt/mem.h>46 44 #include <iprt/mp.h> 47 48 #include <sys/mman.h>49 45 50 46 /********************************************************************************************************************************* -
trunk/src/VBox/NetworkServices/IntNetSwitch/main.cpp
- Property svn:executable deleted
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
Note:
See TracChangeset
for help on using the changeset viewer.