Navigation


Changeset 693:16c373df0947 in freeDiameter for libfdcore/core.c


Ignore:
Timestamp:
Jan 21, 2011, 3:12:54 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/core.c

    r691 r693  
    6969static void * core_runner_thread(void * arg)
    7070{
    71         fd_log_threadname("Core Runner");
    72        
    7371        if (arg && (*(int *)arg == CORE_MODE_IMMEDIATE))
    7472                goto end;
     73       
     74        fd_log_threadname("fD Core Runner");
    7575       
    7676        /* Handle events incoming on the main event queue */
     
    131131end:
    132132        TRACE_DEBUG(INFO, FD_PROJECT_BINARY " framework is stopping...");
     133        fd_log_threadname("fD Core Shutdown");
    133134       
    134135        /* cleanups */
Note: See TracChangeset for help on using the changeset viewer.