diff include/freeDiameter/libfreeDiameter.h @ 453:9a8b3178a7a7

Postpone the creation of session expiry thread to allow some global variables to be set (debug level, etc)
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 29 Jul 2010 15:32:08 +0900
parents 81821e9f6988
children f1484823cb4a
line wrap: on
line diff
--- a/include/freeDiameter/libfreeDiameter.h	Thu Jul 29 14:48:19 2010 +0900
+++ b/include/freeDiameter/libfreeDiameter.h	Thu Jul 29 15:32:08 2010 +0900
@@ -1509,6 +1509,9 @@
 /* The state information that a module associate with a session -- each module defines its own data format */
 typedef void session_state;
 
+/* The following function must be called to activate the session expiry mechanism */
+int fd_sess_start(void);
+
 /*
  * FUNCTION:	fd_sess_handler_create
  *
"Welcome to our mercurial repository"