diff options
Diffstat (limited to 'src/core/iomgr')
-rw-r--r-- | src/core/iomgr/workqueue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/iomgr/workqueue.h b/src/core/iomgr/workqueue.h index a236651fbd..124f294a23 100644 --- a/src/core/iomgr/workqueue.h +++ b/src/core/iomgr/workqueue.h @@ -54,6 +54,7 @@ grpc_workqueue *grpc_workqueue_create(void); void grpc_workqueue_flush(grpc_workqueue *workqueue, int asynchronously); +#define GRPC_WORKQUEUE_REFCOUNT_DEBUG #ifdef GRPC_WORKQUEUE_REFCOUNT_DEBUG #define GRPC_WORKQUEUE_REF(p, r) \ grpc_workqueue_ref((p), __FILE__, __LINE__, (r)) |