Navigation


Changeset 31:26685c67d387 in freeDiameter for freeDiameter/fD.h


Ignore:
Timestamp:
Oct 28, 2009, 6:51:45 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Completed the test and fixed a couple issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/fD.h

    r29 r31  
    225225struct cnxctx * fd_cnx_cli_connect_sctp(int no_ip6, uint16_t port, struct fd_list * list);
    226226int             fd_cnx_start_clear(struct cnxctx * conn, int loop);
     227void            fd_cnx_sethostname(struct cnxctx * conn, char * hn);
    227228int             fd_cnx_handshake(struct cnxctx * conn, int mode, char * priority, void * alt_creds);
    228229char *          fd_cnx_getid(struct cnxctx * conn);
Note: See TracChangeset for help on using the changeset viewer.