Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvs: Change "namespace" to "name_space" in external header
"namespace" is a keyword in C++, so flux will want to avoid using that in public headers. We change the function parameter name in kvs.h from "namespace" to "name_space" to reallow C++ linkage.
- Loading branch information