+12
−12
Loading
Shorten the name of global socket implementation options structure. This patch aims to remove unnecessary parts of this name, while preserving its descriptiveness: - "spdk" part can be removed, as this structure is not directly used outside `posix.c` file, - "sock" is redundant, as "posix" part already points to the socked module. Change-Id: Ie1b7c992dc46d8822652b8a6f7b2d2fbbade5e56 Signed-off-by:Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18335 Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>