session.h

Go to the documentation of this file.
00001 
00054 #ifndef __DIAMETER_SESSION_H
00055 #define __DIAMETER_SESSION_H
00056 
00057 
00058 //#include "diameter_api.h"
00059 #include "utils.h"
00060 
00062 #define SESSION_STATE_MAINTAINED      0
00063 
00064 #define SESSION_NO_STATE_MAINTAINED   1
00065 
00067 struct session {
00068     str sID;                             
00069 };
00070 
00071 int session_init();
00072 
00073 int session_destroy();
00074 
00075 #endif

Generated on Thu Oct 23 04:14:37 2008 for Open IMS Core CSCFs by  doxygen 1.5.2