numam-spdk/include
Daniel Verkamp 4404793d09 string: make spdk_parse_ip_addr() params non-const
The host and port output parameters point into the (non-const) char *ip,
so it makes more sense for them to be non-const as well.

This allows the flexibility to pass non-const char pointers as the
output parameters, which will be used in the nvmf_tgt/conf.c parsing
code.

Change-Id: I1d5b102fc389c06d36432904e4fda944437b659e
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2017-02-14 10:28:29 -07:00
..
spdk string: make spdk_parse_ip_addr() params non-const 2017-02-14 10:28:29 -07:00
spdk_internal bdev: add "split" virtual blockdev example 2017-01-30 13:51:18 -07:00