Skip to content

Commit

Permalink
chore(userspace/libscap): bump SCAP_MINIMUM_DRIVER_SCHEMA_VERSION.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Jan 13, 2025
1 parent a11fde8 commit 9b1a13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libscap/scap.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ struct scap_vtable;
// and handle the result
//
#define SCAP_MINIMUM_DRIVER_API_VERSION PPM_API_VERSION(8, 0, 0)
#define SCAP_MINIMUM_DRIVER_SCHEMA_VERSION PPM_API_VERSION(3, 4, 0)
#define SCAP_MINIMUM_DRIVER_SCHEMA_VERSION PPM_API_VERSION(3, 5, 0)

//
// This is the dimension we used before introducing the variable buffer size.
Expand Down

0 comments on commit 9b1a13c

Please sign in to comment.