Get the alert queue for this detection logic instance. @return The Alert Queue. */
| 28 | @return The Alert Queue. |
| 29 | */ |
| 30 | PALERT_QUEUE |
| 31 | DetectionLogic::GetAlertQueue ( |
| 32 | VOID |
| 33 | ) |
| 34 | { |
| 35 | return this->alerts; |
| 36 | } |
| 37 | |
| 38 | /** |
| 39 | Audit a stack history for invalid code. |