Skip to content
Snippets Groups Projects
Commit 1331d232 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

vinyl: store pointer to scheduler in struct vy_task

Currently, we don't really need it, but once we switch communication
channel between the scheduler and workers from pthread mutex/cond to
cbus (needed for #2129), tasks won't be completed on behalf of the
scheduler fiber and hence we will need a back pointer from vy_task to
vy_scheduler.

Needed for #2129
parent 15c28b75
No related branches found
No related tags found
Loading
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