mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Use type aliases for IntrusivePtr definitions
This commit is contained in:
parent
f6a251cdac
commit
ec9eff0bd5
180 changed files with 2026 additions and 1893 deletions
|
@ -103,7 +103,7 @@ public:
|
|||
* Convert his object into script-layer record value.
|
||||
* @return the script-layer record value representing the node config.
|
||||
*/
|
||||
zeek::IntrusivePtr<RecordVal> ToRecord() const;
|
||||
RecordValPtr ToRecord() const;
|
||||
|
||||
/**
|
||||
* The name of the supervised Zeek node. These are unique within
|
||||
|
@ -183,7 +183,7 @@ public:
|
|||
* Convert the node into script-layer Supervisor::NodeStatus record
|
||||
* representation.
|
||||
*/
|
||||
zeek::IntrusivePtr<RecordVal> ToRecord() const;
|
||||
RecordValPtr ToRecord() const;
|
||||
|
||||
/**
|
||||
* @return the name of the node.
|
||||
|
@ -311,7 +311,7 @@ public:
|
|||
* @return script-layer Supervisor::Status record value describing the
|
||||
* status of a node or set of nodes.
|
||||
*/
|
||||
zeek::IntrusivePtr<RecordVal> Status(std::string_view node_name);
|
||||
RecordValPtr Status(std::string_view node_name);
|
||||
|
||||
/**
|
||||
* Create a new supervised node.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue