VirtualBox

Changeset 9767

Show
Ignore:
Timestamp:
06/17/08 15:45:07 (6 months ago)
Author:
vboxsync
Message:

Some new error codes for internal networking.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/err.h

    r9590 r9767  
    11001100 
    11011101 
     1102/** @name Internal Networking Status Codes 
     1103 * @ 
     1104 */ 
     1105/** The networking interface to filter was not found. */ 
     1106#define VERR_INTNET_FLT_IF_NOT_FOUND                (-3600) 
     1107/** The networking interface to filter was busy (used by someone). */ 
     1108#define VERR_INTNET_FLT_IF_BUSY                     (-3601) 
     1109/** Failed to create or connect to a networking interface filter. */ 
     1110#define VERR_INTNET_FLT_IF_FAILED                   (-3602) 
     1111/** @}*/ 
     1112 
     1113 
    11021114/** @name VBox VMX Status Codes 
    11031115 * @{ 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy