Skip to content

Commit

Permalink
Fix bug with out of date pluginapi defintions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Eckels committed Sep 8, 2023
1 parent eae3072 commit 3aab9b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions C/EtwCallbackPlugin/Interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class PluginApis {
tSetTlsData pSetTlsData;
tGetTlsData pGetTlsData;
tLogPrintApi pLogPrint;
tEtwTraceApi pEtwTrace;
tSetCallbackApi pSetCallback;
tUnSetCallbackApi pUnsetCallback;
tSetEtwCallbackApi pEtwSetCallback;
Expand Down
1 change: 1 addition & 0 deletions C/FileDeleteRecordPlugin/Interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class PluginApis {
tSetTlsData pSetTlsData;
tGetTlsData pGetTlsData;
tLogPrintApi pLogPrint;
tEtwTraceApi pEtwTrace;
tSetCallbackApi pSetCallback;
tUnSetCallbackApi pUnsetCallback;
tSetEtwCallbackApi pEtwSetCallback;
Expand Down
1 change: 1 addition & 0 deletions C/LogSyscallsPlugin/Interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class PluginApis {
tSetTlsData pSetTlsData;
tGetTlsData pGetTlsData;
tLogPrintApi pLogPrint;
tEtwTraceApi pEtwTrace;
tSetCallbackApi pSetCallback;
tUnSetCallbackApi pUnsetCallback;
tSetEtwCallbackApi pEtwSetCallback;
Expand Down

0 comments on commit 3aab9b9

Please sign in to comment.