mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
clarifying comments, interface tightening
This commit is contained in:
parent
1505fd4aa1
commit
c0f3403714
5 changed files with 8 additions and 2 deletions
|
@ -81,6 +81,8 @@ public:
|
|||
// if the Val is null or it's disabled. The cache is managed using
|
||||
// void*'s so that the value can be associated with either a CallExpr
|
||||
// (for interpreted execution) or a C++ function (for compiled-to-C++).
|
||||
//
|
||||
// Lookup() returned value must be Ref()'d if you want to hang onto it.
|
||||
bool Cache(const void* obj, Val* val);
|
||||
Val* Lookup(const void* obj);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue