+3
−0
+0
−16
+0
−11
+0
−102
+0
−1
Loading
Remove spdk_app_get_running_config() that allowed printing legacy configuration by the apps. Along with usr1_handler callback that was used to call that function. It was only used in iscsi_tgt so it is removed there. The app_repeat test was using SIGUSR1 to trigger a spdk_app_stop/spdk_app_start cycle. But we can use SIGTERM for that instead. While here, do a bit of cleanup in the app_repeat test app. Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Ie8449e8bcd979b237c68ef94f50fb7a3cb6c19db Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4750 Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Paul Luse <paul.e.luse@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>