aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-02-12 16:08:10 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-02-12 18:24:39 -0800
commit236d9f2a285db2d44ba23e7cb1bf7030ebbf9253 (patch)
tree032fdfaa05621a679ec027ce12e745b4623f7bf6 /include
parentc745690caf432ddd9fed1284d055fcc1859d7f39 (diff)
Address reviewer feedback.
Diffstat (limited to 'include')
-rw-r--r--include/grpc/support/thd_id.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/grpc/support/thd_id.h b/include/grpc/support/thd_id.h
index ffd1f6e219..e9b2b7ec2a 100644
--- a/include/grpc/support/thd_id.h
+++ b/include/grpc/support/thd_id.h
@@ -18,7 +18,9 @@
#ifndef GRPC_SUPPORT_THD_ID_H
#define GRPC_SUPPORT_THD_ID_H
-/** Thread interface for GPR.
+/** Thread ID interface for GPR.
+
+ Used by some wrapped languages for logging purposes.
Types
gpr_thd_id a unique opaque identifier for a thread.