#pragma once #include namespace NNetliba { struct IPeerQueueStats: public TThrRefBase { virtual int GetPacketCount() = 0; }; }