mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
it compiles :)
But that's all, not tested, don't expect it to do anything but crash.
This commit is contained in:
parent
238e9545c0
commit
8385d5bb2d
7 changed files with 258 additions and 67 deletions
|
@ -42,7 +42,7 @@ protected:
|
|||
|
||||
// Reports an error to the user.
|
||||
void Error(const string &msg);
|
||||
void Error(const char *msg);
|
||||
//void Error(const char *msg);
|
||||
|
||||
// The following methods return the information as passed to Init().
|
||||
const string Source() const { return source; }
|
||||
|
@ -50,7 +50,7 @@ protected:
|
|||
// A thread-safe version of fmt(). (stolen from logwriter)
|
||||
const char* Fmt(const char* format, ...);
|
||||
|
||||
bool SendEvent(const string& name, const int num_vals, const threading::Value* const *vals);
|
||||
void SendEvent(const string& name, const int num_vals, const threading::Value* const *vals);
|
||||
|
||||
// Content-sendinf-functions (simple mode). Including table-specific stuff that simply is not used if we have no table
|
||||
void Put(int id, const threading::Value* const *val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue