This commit is contained in:
azw 2023-05-08 14:26:14 +00:00
parent 8cdb6d26ce
commit 116debbd49
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#pragma once
#include <a8/singleton.h>
#include <a8/orderbuffer.h>
#include <a8/fifobuffer.h>
class MMCache : public a8::Singleton<MMCache>
{
@ -22,7 +22,7 @@ public:
private:
std::shared_ptr<a8::OrderBuffer> socket_msg_buffer_;
std::shared_ptr<a8::OrderBuffer> udp_msg_buffer_;
std::shared_ptr<a8::FifoBuffer> socket_msg_buffer_;
std::shared_ptr<a8::FifoBuffer> udp_msg_buffer_;
};

2
third_party/a8 vendored

@ -1 +1 @@
Subproject commit 543969a5e8592016922ae5429a28941d00a0bd10
Subproject commit eea166429dc61142a2c810c6e54a497e333b4045