Skip to content

Commit 9b1a13c

Browse files
committed
chore(userspace/libscap): bump SCAP_MINIMUM_DRIVER_SCHEMA_VERSION.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent a11fde8 commit 9b1a13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: userspace/libscap/scap.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ struct scap_vtable;
102102
// and handle the result
103103
//
104104
#define SCAP_MINIMUM_DRIVER_API_VERSION PPM_API_VERSION(8, 0, 0)
105-
#define SCAP_MINIMUM_DRIVER_SCHEMA_VERSION PPM_API_VERSION(3, 4, 0)
105+
#define SCAP_MINIMUM_DRIVER_SCHEMA_VERSION PPM_API_VERSION(3, 5, 0)
106106

107107
//
108108
// This is the dimension we used before introducing the variable buffer size.

0 commit comments

Comments
 (0)