Skip to content

Commit

Permalink
Moved to under core
Browse files Browse the repository at this point in the history
  • Loading branch information
sreecha committed Sep 26, 2018
1 parent 6f278ca commit 3c2c28e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,18 @@ Add/Remove fd to the `grpc_pollset_set`

__Relation between grpc_pollset_worker, grpc_pollset and grpc_fd:__

![image](images/grpc-ps-pss-fd.png)
![image](../images/grpc-ps-pss-fd.png)

__grpc_pollset_set__

![image](images/grpc-pss.png)
![image](../images/grpc-pss.png)


## Polling Engine Implementations

### epoll1

![image](images/grpc-epoll1.png)
![image](../images/grpc-epoll1.png)

Code at `src/core/lib/iomgr/ev_epoll1_posix.cc`

Expand All @@ -124,7 +124,7 @@ Code at `src/core/lib/iomgr/ev_epoll1_posix.cc`

### epollex

![image](images/grpc-epollex.png)
![image](../images/grpc-epollex.png)

Code at `src/core/lib/iomgr/ev_epollex_posix.cc`

Expand Down

0 comments on commit 3c2c28e

Please sign in to comment.