mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Minor interface changes to provide more accessor methods for class
information. In particular, adding a few const versions of methods.
This commit is contained in:
parent
b6c1b35bb8
commit
f0fe270029
4 changed files with 39 additions and 6 deletions
|
@ -24,6 +24,8 @@ public:
|
|||
SourceID Source() const { return src; }
|
||||
analyzer::ID Analyzer() const { return aid; }
|
||||
TimerMgr* Mgr() const { return mgr; }
|
||||
EventHandlerPtr Handler() const { return handler; }
|
||||
val_list* Args() const { return args; }
|
||||
|
||||
void Describe(ODesc* d) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue