mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Read QueueItems from network.
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
struct QueueItem;
|
||||
|
||||
class View
|
||||
{
|
||||
public:
|
||||
@@ -19,6 +21,7 @@ public:
|
||||
|
||||
private:
|
||||
void Worker();
|
||||
void Process( const QueueItem& ev );
|
||||
|
||||
std::string m_addr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user