Skip to content
Snippets Groups Projects
Commit 00f41c1e authored by murgatroid99's avatar murgatroid99
Browse files

Add comment about new trace flags

parent 05998dc6
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,8 @@ ...@@ -39,6 +39,8 @@
#include <grpc/grpc.h> #include <grpc/grpc.h>
#include "src/core/lib/iomgr/pollset.h" #include "src/core/lib/iomgr/pollset.h"
/* These trace flags default to 1. The corresponding lines are only traced
if grpc_api_trace is also truthy */
extern int grpc_cq_pluck_trace; extern int grpc_cq_pluck_trace;
extern int grpc_cq_event_timeout_trace; extern int grpc_cq_event_timeout_trace;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment