| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <assert.h>#include <stdbool.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <doca_apsh.h>#include <doca_argp.h>#include <doca_log.h>#include <doca_telemetry_exporter.h>#include "utils.h"#include "yara_inspection_core.h"
Go to the source code of this file.
Functions | |
| DOCA_LOG_REGISTER (YARA_APP) | |
| int | main (int argc, char **argv) |
Variables | |
| static bool | running = true |
| DOCA_LOG_REGISTER | ( | YARA_APP | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 53 of file yara_inspection.c.
Definition at line 44 of file yara_inspection.c.