We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sinsp_parser::erase_fd()
1 parent 26bef27 commit 2c56be0Copy full SHA for 2c56be0
userspace/libsinsp/parsers.h
@@ -63,7 +63,6 @@ class sinsp_parser {
63
void event_cleanup(sinsp_evt* evt);
64
65
bool reset(sinsp_evt* evt);
66
- void erase_fd(erase_fd_params* params);
67
68
//
69
// Get the enter event matching the last received event
@@ -184,6 +183,7 @@ class sinsp_parser {
184
183
void swap_addresses(sinsp_fdinfo* fdinfo);
185
uint8_t* reserve_event_buffer();
186
void free_event_buffer(uint8_t*);
+ void erase_fd(erase_fd_params* params);
187
188
bool is_syscall_plugin_enabled() const {
189
return m_sinsp_mode.is_plugin() && m_input_plugin->id() == 0;
0 commit comments