Navigation


Changeset 638:9448cba86673 in freeDiameter for include


Ignore:
Timestamp:
Dec 17, 2010, 6:41:19 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Improved usability of dbg_interactive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfreeDiameter.h

    r637 r638  
    18771877
    18781878/* Some flags used in the functions bellow */
     1879#define AVPFL_SET_BLANK_VALUE   0x01    /* When creating an AVP, initialize its value to a blank area */
     1880#define AVPFL_MAX               AVPFL_SET_BLANK_VALUE   /* The biggest valid flag value */
     1881       
    18791882#define MSGFL_ALLOC_ETEID       0x01    /* When creating a message, a new end-to-end ID is allocated and set in the message */
    18801883#define MSGFL_ANSW_ERROR        0x02    /* When creating an answer message, set the 'E' bit and use the generic error ABNF instead of command-specific ABNF */
     
    18901893 * PARAMETERS:
    18911894 *  model       : Pointer to a DICT_AVP dictionary object describing the avp to create, or NULL.
    1892  *  flags       : Flags to use in creation (not used yet, should be 0).
     1895 *  flags       : Flags to use in creation (AVPFL_*).
    18931896 *  avp         : Upon success, pointer to the new avp is stored here.
    18941897 *
Note: See TracChangeset for help on using the changeset viewer.