lichao
2021-04-21 b3b9d91eccd3f54be112ac5389b49969fea93b4c
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;