mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Plugin fixes for FreeBSD.
This commit is contained in:
parent
62d07a3fc4
commit
48c6b934f4
4 changed files with 14 additions and 10 deletions
|
@ -321,8 +321,8 @@ private:
|
|||
|
||||
// Helpers providing access to current state during dlopen().
|
||||
static Plugin* current_plugin;
|
||||
static string current_dir;
|
||||
static string current_sopath;
|
||||
static const char* current_dir;
|
||||
static const char* current_sopath;
|
||||
|
||||
// Returns a modifiable list of all plugins, both static and dynamic.
|
||||
// This is a static method so that plugins can register themselves
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue