numam-spdk/lib/util
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
..
bit_array.c util: move common helper functions to util.h 2017-02-10 09:38:52 -07:00
fd.c Rename and move fd related helper functions to fd.c. 2016-09-14 10:51:25 -07:00
io_channel.c eofnl: check for extra trailing newlines 2016-10-11 13:30:33 -07:00
Makefile env: Move pci.c from util to env 2016-10-05 11:53:24 -07:00
string.c string: make spdk_parse_ip_addr() params non-const 2017-02-14 10:28:29 -07:00