Navigation


Changeset 778:003df4a9ade2 in freeDiameter for include


Ignore:
Timestamp:
Jan 22, 2012, 12:11:34 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added two new interfaces on Zach requests http://lists.freediameter.net/pipermail/help/2012-January/000312.html and http://lists.freediameter.net/pipermail/help/2012-January/000311.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r769 r778  
    851851int fd_dict_getlistof(int criteria, void * parent, struct fd_list ** sentinel);
    852852
     853/* Function to remove an entry from the dictionary.
     854  This cannot be used if the object has children (for example a vendor with vendor-specific AVPs).
     855  In such case, the children must be removed first. */
     856int fd_dict_delete(struct dict_object * obj);
    853857
    854858/*
     
    18601864void fd_sess_dump_hdl(int level, struct session_handler * handler);
    18611865
     1866/* For statistics / monitoring: get the number of struct session in memory */
     1867int fd_sess_getcount(uint32_t *cnt);
     1868
    18621869/*============================================================*/
    18631870/*                         ROUTING                            */
Note: See TracChangeset for help on using the changeset viewer.