VirtualBox

Changeset 5511

Show
Ignore:
Timestamp:
10/26/07 13:48:26 (1 year ago)
Author:
vboxsync
Message:

Runtime: Fixed the RTLOGGER_THREAD/"RT_THREAD" pair.

Files:

Legend:

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

    r5216 r5511  
    237237    /** REM running group. */ 
    238238    LOG_GROUP_REM_RUN, 
    239     /** RT group. */ 
    240     LOG_GROUP_RT, 
    241     /** RT group. */ 
    242     LOG_GROUP_RT_THREAD, 
    243239    /** SELM group. */ 
    244240    LOG_GROUP_SELM, 
     
    383379    "REM_PRINTF",   \ 
    384380    "REM_RUN",      \ 
    385     "RT",           \ 
    386     "RT_THREAD",    \ 
    387381    "SELM",         \ 
    388382    "SHARED_FOLDERS",\ 
  • trunk/include/iprt/log.h

    r4860 r5511  
    7878    "RT_PATH",      \ 
    7979    "RT_PROCESS",   \ 
     80    "RT_THREAD",    \ 
    8081    "RT_TIME",      \ 
    8182    "RT_TIMER",     \ 
    82     "RT_THREAD",    \ 
    8383    "RT_10", \ 
    8484    "RT_11", \ 
  • trunk/src/VBox/Runtime/VBox/log-vbox.cpp

    r4858 r5511  
    257257    ASSERT_LOG_GROUP(REM_PRINTF); 
    258258    ASSERT_LOG_GROUP(REM_RUN); 
    259     ASSERT_LOG_GROUP(RT); 
    260     ASSERT_LOG_GROUP(RT_THREAD); 
    261259    ASSERT_LOG_GROUP(SELM); 
    262260    ASSERT_LOG_GROUP(SSM); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy