NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
yara_inspection.c File Reference
#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"
Include dependency graph for yara_inspection.c:

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
 

Function Documentation

◆ DOCA_LOG_REGISTER()

DOCA_LOG_REGISTER ( YARA_APP  )

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 53 of file yara_inspection.c.

Variable Documentation

◆ running

bool running = true
static

Definition at line 44 of file yara_inspection.c.