file: access exec timeout via daemon ops structure
authorJo-Philipp Wich <jo@mein.io>
Wed, 28 Nov 2018 11:12:04 +0000 (12:12 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 28 Nov 2018 11:12:04 +0000 (12:12 +0100)
commit3aa81d0dfae167eccc26203bd0c96f3e3450f253
treeca5f72bf6883e97c16a9745ca95e5cad910be12e
parent7235f348958969d8aa0bfffd167acd3cd161efd0
file: access exec timeout via daemon ops structure

Since the plugin is not linked, but dlopen()'d with RTLD_LOCAL, we cannot
access global rpcd variables but need to access them via the common ops
structure symbol.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
file.c