Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/libinfinityhook/infinityhook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enum CKCL_TRACE_OPERATION
//
// To enable/disable tracing on the circular kernel context logger.
//
typedef struct _CKCL_TRACE_PROPERIES: EVENT_TRACE_PROPERTIES
typedef struct _CKCL_TRACE_PROPERTIES: EVENT_TRACE_PROPERTIES
{
ULONG64 Unknown[3];
UNICODE_STRING ProviderName;
Expand Down Expand Up @@ -564,4 +564,4 @@ static ULONG64 IfhpInternalGetCpuClock()
}

return __rdtsc();
}
}