Skip to content

Commit bd6b657

Browse files
committed
Update to Intercept API v2
1 parent 1194bf5 commit bd6b657

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__itt_domain* domainMain = __itt_domain_create("main");
1111

1212
int intercept::api_version() { //This is required for the plugin to work.
13-
return 1;
13+
return INTERCEPT_SDK_API_VERSION;
1414
}
1515

1616
void intercept::register_interfaces() {

0 commit comments

Comments
 (0)