| 220 | } |
| 221 | |
| 222 | void DebugMessageHandler::SendDebugSessionEnded() |
| 223 | { |
| 224 | BackendToDebugger msg; |
| 225 | auto sessionEnded = msg.mutable_debugsessionended(); |
| 226 | Send(msg); |
| 227 | Debug(" <-- BkDebugSessionEnded()"); |
| 228 | } |
| 229 | |
| 230 | void AddActionInfo(RuleActionList * actions, std::function<MsgActionInfo * ()> addAction) |
| 231 | { |