Skip to content

Commit 5041efd

Browse files
committed
Remove references to bro_broker in broker/Manager.h
1 parent 1b69b4d commit 5041efd

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/broker/Manager.h

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ class Manager : public iosource::IOSource
153153

154154
/**
155155
* Remove a remote peering.
156-
* @param addr the address used in bro_broker::Manager::Peer().
157-
* @param port the port used in bro_broker::Manager::Peer().
156+
* @param addr the address used in zeek::Broker::Manager::Peer().
157+
* @param port the port used in zeek::Broker::Manager::Peer().
158158
*/
159159
void Unpeer(const std::string& addr, uint16_t port);
160160

@@ -243,8 +243,8 @@ class Manager : public iosource::IOSource
243243

244244
/**
245245
* Stop automatically sending an event to peers upon local dispatch.
246-
* @param topic a topic originally given to bro_broker::Manager::AutoPublish().
247-
* @param event an event originally given to bro_broker::Manager::AutoPublish().
246+
* @param topic a topic originally given to zeek::Broker::Manager::AutoPublish().
247+
* @param event an event originally given to zeek::Broker::Manager::AutoPublish().
248248
* @return true if automatic events will no occur for the topic/event pair.
249249
*/
250250
bool AutoUnpublishEvent(const std::string& topic, Val* event);
@@ -282,7 +282,7 @@ class Manager : public iosource::IOSource
282282
/**
283283
* Unregister interest in peer event messages.
284284
* @param topic_prefix a prefix previously supplied to a successful call
285-
* to bro_broker::Manager::Subscribe() or bro_broker::Manager::Forward().
285+
* to zeek::Broker::Manager::Subscribe() or zeek::Broker::Manager::Forward().
286286
* @return true if interest in topic prefix is no longer advertised.
287287
*/
288288
bool Unsubscribe(const std::string& topic_prefix);
@@ -329,8 +329,7 @@ class Manager : public iosource::IOSource
329329
/**
330330
* Register a Zeek table that is associated with a Broker store that is backing it. This
331331
* causes all changes that happen to the Broker store in the future to be applied to theZzeek
332-
* table.
333-
* A single Broker store can only be forwarded to a single table.
332+
* table. A single Broker store can only be forwarded to a single table.
334333
* @param name name of the Broker store.
335334
* @param table pointer to the table/set that is being backed.
336335
* @return true on success, false if the named store is already being forwarded.

0 commit comments

Comments
 (0)