access: srt: use pipe to detect interrupt
commit20ccc2223554fb00876e5025a93917f0745a1c18
authorJustin Kim <justin.kim@collabora.com>
Mon, 4 Dec 2017 06:15:24 +0000 (4 15:15 +0900)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 4 Dec 2017 23:42:40 +0000 (5 00:42 +0100)
treea4554e00eafbb71aa8963a0979c39a85ac6f32a9
parentec0992fbfb5cca619b34da48502d317ab51a94c0
access: srt: use pipe to detect interrupt

`eventfd` is a linux-specific API. `pipe` can provide similar
mechanisms to be platform-independent.

Signed-off-by: Justin Kim <justin.kim@collabora.com>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/access/srt.c