nvmf: Remove unused start_fn in spdk_app_opts.
Change-Id: I8f54612305af419ccc19356c09fe5053d52cd59e Signed-off-by: Cunyin Chang <cunyin.chang@intel.com>
This commit is contained in:
parent
f0d2e5508c
commit
f7ccfc6160
@ -224,7 +224,6 @@ main(int argc, char **argv)
|
|||||||
printf("Total cores available: %d\n", rte_lcore_count());
|
printf("Total cores available: %d\n", rte_lcore_count());
|
||||||
|
|
||||||
opts.shutdown_cb = spdk_nvmf_shutdown_cb;
|
opts.shutdown_cb = spdk_nvmf_shutdown_cb;
|
||||||
opts.start_fn = spdk_nvmf_startup;
|
|
||||||
spdk_app_init(&opts);
|
spdk_app_init(&opts);
|
||||||
|
|
||||||
/* Blocks until the application is exiting */
|
/* Blocks until the application is exiting */
|
||||||
|
@ -137,7 +137,6 @@ struct spdk_app_opts {
|
|||||||
int instance_id;
|
int instance_id;
|
||||||
|
|
||||||
spdk_app_shutdown_cb shutdown_cb;
|
spdk_app_shutdown_cb shutdown_cb;
|
||||||
spdk_event_fn start_fn;
|
|
||||||
spdk_sighandler_t usr1_handler;
|
spdk_sighandler_t usr1_handler;
|
||||||
|
|
||||||
bool enable_coredump;
|
bool enable_coredump;
|
||||||
|
Loading…
Reference in New Issue
Block a user