Navigation


Changeset 688:8c3dc8584dab in freeDiameter for include/freeDiameter/libfdproto.h


Ignore:
Timestamp:
Jan 19, 2011, 7:05:30 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Prepared capability for messages logging to separate files / folders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r687 r688  
    20552055        FD_MSG_LOG_DROPPED = 0,  /* message has been dropped by the framework */
    20562056        FD_MSG_LOG_RECEIVED,     /* message received from the network */
    2057         FD_MSG_LOG_SENT          /* message sent to another peer */
    2058 };
    2059 #define FD_MSG_LOG_MAX FD_MSG_LOG_SENT
     2057        FD_MSG_LOG_SENT,         /* message sent to another peer */
     2058        FD_MSG_LOG_NODELIVER     /* message could not be delivered to any peer */
     2059};
     2060#define FD_MSG_LOG_MAX FD_MSG_LOG_NODELIVER
    20602061void fd_msg_log( enum fd_msg_log_cause cause, struct msg * msg, const char * prefix_format, ... );
    20612062
     
    20672068};
    20682069int fd_msg_log_config(enum fd_msg_log_cause cause, enum fd_msg_log_method method, const char * arg);
     2070void ml_conf_init(struct dictionary *dict);
    20692071
    20702072/*********************************************/
Note: See TracChangeset for help on using the changeset viewer.