VirtualBox

Ignore:
Timestamp:
Jul 4, 2019 9:25:21 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131805
Message:

VBox/log.h: Kicked out most event group (base classes are still there) and made tstLog check the ordering of the enum and string array.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/lwip-new/vbox/include/lwip-log.h

    r68546 r79522  
    8787#  define LWIP_DEBUGF(_when, _args) \
    8888     do { \
    89          const VBOX_LOGGROUP _group = (_when) >> LWIP_DEBUGF_LOG_GROUP_SHIFT; \
     89         const VBOXLOGGROUP _group = (_when) >> LWIP_DEBUGF_LOG_GROUP_SHIFT; \
    9090         if (_group >= LOG_GROUP_DEFAULT) { \
    9191             /* severe => l1; serious => l2; warning => l3; default => l4 */ \
     
    102102
    103103#endif /* LWIP_DEBUG */
    104 #endif /* __VBOX_LWIP_LOG_H__ */
     104#endif /* !__VBOX_LWIP_LOG_H__ */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette