numam-spdk/examples/blob/hello_world
Jim Harris e734bb9f9f blob: change spdk_blob_close parameter to spdk_blob *
Using the ** paradigm is a bit problematic for asynchronous
routines that could fail.  Currently we were inconsistent in
that some error paths would zero the pointer while others
did not.  So make this just a plain pointer, which simplifies
the API and its implementation.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I67147931c6e8350896a4505022a6a314655de3d3

Reviewed-on: https://review.gerrithub.io/391482
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
2017-12-15 12:28:44 -05:00
..
.gitignore examples: blobstore hello world 2017-08-11 13:17:11 -04:00
hello_blob.c blob: change spdk_blob_close parameter to spdk_blob * 2017-12-15 12:28:44 -05:00
hello_blob.conf examples: blobstore hello world 2017-08-11 13:17:11 -04:00
Makefile examples: blobstore hello world 2017-08-11 13:17:11 -04:00