Skip to content
Merged
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
11 changes: 1 addition & 10 deletions falco_plugin_api/src/ffi.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.72.1 */
/* automatically generated by rust-bindgen 0.73.1 */

pub const PLUGIN_API_VERSION_MAJOR: u32 = 3;
pub const PLUGIN_API_VERSION_MINOR: u32 = 12;
Expand Down Expand Up @@ -162,13 +162,10 @@ const _: () = {
[::std::mem::offset_of!(ss_plugin_extract_field, flist) - 56usize];
};
#[repr(transparent)]
#[derive(Debug)]
pub struct ss_plugin_table_t(pub ::std::os::raw::c_void);
#[repr(transparent)]
#[derive(Debug)]
pub struct ss_plugin_table_entry_t(pub ::std::os::raw::c_void);
#[repr(transparent)]
#[derive(Debug)]
pub struct ss_plugin_table_field_t(pub ::std::os::raw::c_void);
pub const ss_plugin_state_type_SS_PLUGIN_ST_INT8: ss_plugin_state_type = 1;
pub const ss_plugin_state_type_SS_PLUGIN_ST_INT16: ss_plugin_state_type = 2;
Expand Down Expand Up @@ -260,13 +257,10 @@ const _: () = {
[::std::mem::offset_of!(ss_plugin_table_fieldinfo, read_only) - 12usize];
};
#[repr(transparent)]
#[derive(Debug)]
pub struct ss_plugin_owner_t(pub ::std::os::raw::c_void);
#[repr(transparent)]
#[derive(Debug)]
pub struct ss_plugin_t(pub ::std::os::raw::c_void);
#[repr(transparent)]
#[derive(Debug)]
pub struct ss_instance_t(pub ::std::os::raw::c_void);
pub const ss_plugin_log_severity_SS_PLUGIN_LOG_SEV_FATAL: ss_plugin_log_severity = 1;
pub const ss_plugin_log_severity_SS_PLUGIN_LOG_SEV_CRITICAL: ss_plugin_log_severity = 2;
Expand Down Expand Up @@ -460,7 +454,6 @@ const _: () = {
[::std::mem::offset_of!(ss_plugin_table_reader_vtable, read_entry_field) - 24usize];
};
#[repr(transparent)]
#[derive(Debug)]
pub struct ss_plugin_table_iterator_state_t(pub ::std::os::raw::c_void);
pub type ss_plugin_table_iterator_func_t = ::std::option::Option<
unsafe extern "C" fn(
Expand Down Expand Up @@ -823,10 +816,8 @@ const _: () = {
[::std::mem::offset_of!(ss_plugin_set_config_input, config) - 0usize];
};
#[repr(transparent)]
#[derive(Debug)]
pub struct ss_plugin_routine_t(pub ::std::os::raw::c_void);
#[repr(transparent)]
#[derive(Debug)]
pub struct ss_plugin_routine_state_t(pub ::std::os::raw::c_void);
pub type ss_plugin_routine_fn_t = ::std::option::Option<
unsafe extern "C" fn(s: *mut ss_plugin_t, i: *mut ss_plugin_routine_state_t) -> ss_plugin_bool,
Expand Down
Loading