Skip to content
Snippets Groups Projects
Commit 9313fa22 authored by mechanik20051988's avatar mechanik20051988 Committed by Nikita Pettik
Browse files

evio: rework `evio_service` structure

Previosly `evio_service` was a structure, which encapsulated the
work with only one socket. Now this structure contains the array
of structs `evio_service_entry` (which work same as previously work
`evio_service`). So now struct `evio_service` encapsulates work
with any count of sockets.

Part of #3554
parent dc5dace1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment