From e74b9aeaa2987f8813d431684a30c675fd4b3acd Mon Sep 17 00:00:00 2001
From: Muxi Yan <mxyan@google.com>
Date: Tue, 9 May 2017 14:55:53 -0700
Subject: [PATCH] Add comment

---
 include/grpc/support/workaround_list.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/grpc/support/workaround_list.h b/include/grpc/support/workaround_list.h
index 3e3b4847e2..dceaa5f897 100644
--- a/include/grpc/support/workaround_list.h
+++ b/include/grpc/support/workaround_list.h
@@ -31,6 +31,10 @@
  *
  */
 
+/* The list of IDs of server workarounds currently maintained by gRPC. For
+ * explanation and detailed descriptions of workarounds, see
+ * /docs/workarounds.md
+ */
 typedef enum {
   GRPC_WORKAROUND_ID_CRONET_COMPRESSION = 0,
   GRPC_MAX_WORKAROUND_ID
-- 
GitLab