Skip to content
Snippets Groups Projects
Commit ab64b120 authored by Sergey Kaplun's avatar Sergey Kaplun Committed by Kirill Yukhin
Browse files

fiber: fix build for disabled fiber top

In case when we build without `ENABLE_FIBER_TOP` neither
`struct fiber` contains `clock_stat` field nor `FIBER_TIME_RES`
constant is defined.
This patch adds corresponding ifdef directive to avoid compilation
errors.
parent 05c968ae
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