Navigation


Changeset 764:f53e5b5fdfd3 in freeDiameter for include


Ignore:
Timestamp:
Oct 19, 2011, 6:00:51 AM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added new experimental function fd_dict_getlistof -- see http://lists.freediameter.net/pipermail/help/2011-October/000268.html for context and rationale. WARNING: this function was not tested yet...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r755 r764  
    848848void fd_dict_dump(struct dictionary * dict);
    849849
     850/* Function to access full contents of the dictionary, see doc in dictionary.c */
     851int fd_dict_getlistof(int criteria, void * parent, struct fd_list * sentinel);
     852
     853
    850854/*
    851855 ***************************************************************************
     
    11371141enum {
    11381142        ENUMVAL_BY_STRUCT = 40, /* "what" points to a struct dict_enumval_request as defined bellow */
     1143        ENUMVAL_BY_NAME,        /* This cannot be used for researches */
     1144        ENUMVAL_BY_VALUE        /* This cannot be used for researches */
    11391145};
    11401146
Note: See TracChangeset for help on using the changeset viewer.