mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Merge remote-tracking branch 'origin/topic/bernhard/input-crash-search'
* origin/topic/bernhard/input-crash-search: for bug-searching: Closes #840
This commit is contained in:
commit
9183309482
6 changed files with 28 additions and 9 deletions
|
@ -115,6 +115,11 @@ protected:
|
|||
*/
|
||||
const string& TypeName() const { return ty_name; }
|
||||
|
||||
/**
|
||||
* Sets the name of the backend's type.
|
||||
*/
|
||||
void SetTypeName(const string& name) const { ty_name = name; }
|
||||
|
||||
private:
|
||||
ReaderBackend* backend; // The backend we have instanatiated.
|
||||
string source;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue