Skip to content

Commit e075c85

Browse files
authored
Conform to Falco naming/id rules (#8)
1 parent 37901e6 commit e075c85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/source_plugin/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ impl EderaSourcePluginInstance {
100100

101101
impl SourcePlugin for EderaPlugin {
102102
type Instance = EderaSourcePluginInstance;
103-
const EVENT_SOURCE: &'static CStr = c"edera-zone";
104-
const PLUGIN_ID: u32 = 999; //unassigned/TBD
103+
const EVENT_SOURCE: &'static CStr = c"edera_zone";
104+
const PLUGIN_ID: u32 = 26;
105105
type Event<'a> = falco_event::events::RawEvent<'a>;
106106

107107
fn open(&mut self, _params: Option<&str>) -> Result<Self::Instance, Error> {

0 commit comments

Comments
 (0)