X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fdiameter.comm%2FServerSession.hpp;h=5b30204e9afd9528084e270aafaba71ddefe0ebe;hb=refs%2Fheads%2Fdynamic_procedure_library;hp=23d3ba68ab3ccd8a787d6795d33532dba6b6cec3;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/include/anna/diameter.comm/ServerSession.hpp b/include/anna/diameter.comm/ServerSession.hpp index 23d3ba6..5b30204 100644 --- a/include/anna/diameter.comm/ServerSession.hpp +++ b/include/anna/diameter.comm/ServerSession.hpp @@ -159,7 +159,7 @@ private: // Activity: /* virtual */void updateIncomingActivityTime() throw(); /* virtual */void updateOutgoingActivityTime() throw(); - void countSendings(const diameter::CommandId & cid, bool ok) throw(); + void countSendings(const diameter::CommandId & cid, unsigned int aid, bool ok) throw(); // Handlers: /** @@ -169,6 +169,13 @@ private: */ void eventPeerShutdown() throw(); + /** + Handler about a request retransmission over the session. + + \param request Message retransmitted + */ + void eventRequestRetransmission(Message *request) throw(); + /** Handler for diameter client responses