Navigation


Changeset 88:9e2db1647d6f in freeDiameter for include


Ignore:
Timestamp:
Dec 7, 2009, 3:51:09 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Completed routing module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfreeDiameter.h

    r87 r88  
    16321632void fd_rtd_candidate_del(struct rt_data * rtd, char * peerid, size_t sz /* if !0, peerid does not need to be \0 terminated */);
    16331633
     1634/* Extract the list of valid candidates, and initialize their scores to 0 */
     1635void fd_rtd_candidate_extract(struct rt_data * rtd, struct fd_list ** candidates);
     1636
    16341637/* If a peer returned a protocol error for this message, save it so that we don't try to send it there again */
    16351638int  fd_rtd_error_add(struct rt_data * rtd, char * sentto, uint8_t * origin, size_t originsz, uint32_t rcode);
    1636 
    1637 /* Extract the list of valid candidates, and initialize their scores to 0 */
    1638 void fd_rtd_candidate_extract(struct rt_data * rtd, struct fd_list ** candidates);
    16391639
    16401640/* The extracted list items have the following structure: */
Note: See TracChangeset for help on using the changeset viewer.