Browse Source

Add comment

Muxi Yan 8 năm trước cách đây
mục cha
commit
e74b9aeaa2

+ 4 - 0
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 {
 typedef enum {
   GRPC_WORKAROUND_ID_CRONET_COMPRESSION = 0,
   GRPC_WORKAROUND_ID_CRONET_COMPRESSION = 0,
   GRPC_MAX_WORKAROUND_ID
   GRPC_MAX_WORKAROUND_ID