|
@@ -300,8 +300,8 @@ class Stats:
|
|
|
cmd = isc.config.ccsession.create_command(
|
|
|
"getstats", None) # no argument
|
|
|
# Not using rpc_call here. We first send a bunch of commands, then
|
|
|
- # collect all the answers. This eliminates some of the round-time
|
|
|
- # trips. Unfortunately, rpc_call is not flexible enough to allow
|
|
|
+ # collect all the answers. This eliminates some of the round-trip
|
|
|
+ # times. Unfortunately, rpc_call is not flexible enough to allow
|
|
|
# this, though the future rpc_call_async could.
|
|
|
seq = self.cc_session.group_sendmsg(cmd, module_name,
|
|
|
want_answer=True)
|