NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
nvme_emulation.c File Reference
#include "spdk/stdinc.h"
#include "spdk/env.h"
#include "spdk/event.h"
#include <doca_log.h>
Include dependency graph for nvme_emulation.c:

Go to the source code of this file.

Functions

static void nvmf_tgt_started (void *cookie)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 50 of file nvme_emulation.c.

◆ nvmf_tgt_started()

static void nvmf_tgt_started ( void *  cookie)
static

Callback that is invoked once SPDK starts the application as part of spdk_app_start

@cookie [in]: Argument that was passed along with this callback in spdk_app_start

Definition at line 38 of file nvme_emulation.c.