Skip to content
Snippets Groups Projects
Commit 7e73f8c2 authored by Ken Payson's avatar Ken Payson
Browse files

Changes

parent 895e8ca2
No related branches found
No related tags found
No related merge requests found
...@@ -54,12 +54,9 @@ typedef struct fd_node { ...@@ -54,12 +54,9 @@ typedef struct fd_node {
typedef struct cv_fd_table { typedef struct cv_fd_table {
gpr_mu mu; gpr_mu mu;
<<<<<<< HEAD
=======
int pollcount; int pollcount;
int shutdown; int shutdown;
gpr_cv shutdown_complete; gpr_cv shutdown_complete;
>>>>>>> d195cf589d3f03b4f08017f3e2885c2c2fff125b
fd_node* cvfds; fd_node* cvfds;
fd_node* free_fds; fd_node* free_fds;
unsigned int size; unsigned int size;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment