Navigation


Changeset 29:5ba91682f0bc in freeDiameter for freeDiameter/cnxctx.h


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

Added a test for cnxctx (tbc) and fixed some bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/cnxctx.h

    r25 r29  
    7979/* TLS */
    8080int fd_tls_rcvthr_core(struct cnxctx * conn, gnutls_session_t session);
    81 int fd_tls_prepare(gnutls_session_t * session, int mode, char * priority);
     81int fd_tls_prepare(gnutls_session_t * session, int mode, char * priority, void * alt_creds);
    8282
    8383/* TCP */
     
    114114
    115115int fd_sctps_init(struct cnxctx * conn);
    116 int fd_sctps_handshake_others(struct cnxctx * conn, char * priority);
     116int fd_sctps_handshake_others(struct cnxctx * conn, char * priority, void * alt_creds);
    117117int fd_sctps_startthreads(struct cnxctx * conn);
    118118void fd_sctps_stopthreads(struct cnxctx * conn);
Note: See TracChangeset for help on using the changeset viewer.