Navigation


Changeset 1078:74bba7975864 in freeDiameter for extensions


Ignore:
Timestamp:
Apr 30, 2013, 4:37:57 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Cleanup the timing data and fd_msg_log feature that will be replaced by the new hooks mechanism. Kept the calls to fd_msg_log in comments to find the locations easily. WORK IN PROGRESS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dbg_interactive/messages.i

    r1014 r1078  
    297297        }
    298298       
    299         /* Log to file (depending on config)  */
    300         void log ( enum fd_msg_log_cause cause, char * message ) {
    301                 fd_msg_log( cause, $self, message );
    302         }
    303        
    304299        /* Model */
    305300        struct dict_object * model() {
Note: See TracChangeset for help on using the changeset viewer.