Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
0c1cdcd3
Commit
0c1cdcd3
authored
9 years ago
by
Alistair Veitch
Browse files
Options
Downloads
Patches
Plain Diff
update comments
parent
6670add6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/grpc/census.h
+4
-3
4 additions, 3 deletions
include/grpc/census.h
with
4 additions
and
3 deletions
include/grpc/census.h
+
4
−
3
View file @
0c1cdcd3
...
...
@@ -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
pointe
d
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
pointe
r
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
(
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment