mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge topic/actor-system throug a squashed commit.
This commit is contained in:
parent
7a6f5020f6
commit
fe7e1ee7f0
466 changed files with 12559 additions and 9655 deletions
|
@ -18,7 +18,7 @@ SerializationFormat::~SerializationFormat()
|
|||
free(output);
|
||||
}
|
||||
|
||||
void SerializationFormat::StartRead(char* data, uint32 arg_len)
|
||||
void SerializationFormat::StartRead(const char* data, uint32 arg_len)
|
||||
{
|
||||
input = data;
|
||||
input_len = arg_len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue