Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
a-veitch committed Jan 22, 2016
1 parent 6670add commit 0c1cdcd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/grpc/census.h
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,9 @@ typedef struct {
binary or non-binary tags, they will be ignored, as will deletions of
tags that don't exist.
@param ntags number of tags in 'tags'
@param status If not NULL, the pointed to structure will be filled in with
information about the new tag set and status of the tags used in its
creation.
@param status If not NULL, will return a pointer to a
census_tag_set_create_status structure containing information about the new
tag set and status of the tags used in its creation.
@return A new, valid census_tag_set.
*/
census_tag_set *census_tag_set_create(
Expand All @@ -400,6 +400,7 @@ census_tag_set *census_tag_set_create(
has been called, the tag set cannot be reused. */
void census_tag_set_destroy(census_tag_set *tags);

/* Get a pointer to the original status from the creation of this tag set. */
const census_tag_set_create_status *census_tag_set_get_create_status(
const census_tag_set *tags);

Expand Down

0 comments on commit 0c1cdcd

Please sign in to comment.