mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Announce lock creation.
This commit is contained in:
@@ -27,6 +27,14 @@ struct Event
|
||||
|
||||
enum { EventSize = sizeof( Event ) };
|
||||
|
||||
|
||||
struct LockEvent
|
||||
{
|
||||
uint64_t srcloc;
|
||||
};
|
||||
|
||||
enum { LockEventSize = sizeof( LockEvent ) };
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user