lichao
2021-04-16 c6964d5af25d4ec7ed9dbe7674dc4e3896b36ead
src/failed_msg.h
@@ -23,6 +23,7 @@
#include "timed_queue.h"
#include <string>
//TODO change storage to map<Remote,list<TimedData<Msg>>>, to avoid retry failed remotes messages.
class FailedMsgQ
{
   typedef std::function<bool(void *)> Func;