Skip to content

Commit

Permalink
common/libkvs: Update kvs_dir comments
Browse files Browse the repository at this point in the history
Remove references to "classic" API.
  • Loading branch information
chu11 committed Feb 14, 2019
1 parent c57dfb3 commit c9f8917
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/common/libkvs/kvs_dir.h
Expand Up @@ -17,9 +17,7 @@ extern "C" {

/* The flux_kvsdir_t represents an unordered list of directory entries.
* It is also overloaded as a container for a flux_t handle, a snapshot
* reference, and a namespace placeholder, in support of legacy
* flux_kvsdir_get() and flux_kvsdir_put() series of functions in
* kvs_classic.h. Those features may be deprecated in the future.
* reference, and a namespace placeholder.
*/

typedef struct flux_kvsdir flux_kvsdir_t;
Expand All @@ -30,8 +28,7 @@ typedef struct flux_kvsitr flux_kvsitr_t;
* flux_kvsdir_create() creates a new object from 'json_str', an encoded
* RFC 11 dir object. 'key' is the full key path associated with the
* directory. Optional: 'handle', is a flux_t handle, and 'rootref' is
* a snapshot reference. The optional arguments are used to support the
* legacy flux_kvsdir_get() and flux_kvsdir_put() series of functions.
* a snapshot reference.
*
* flux_kvsdir_incref() increments an internal reference count that is
* decremented by each call to flux_kvsdir_destroy(). Resources
Expand Down

0 comments on commit c9f8917

Please sign in to comment.