Fix: specify SONAME in python-lttngust LoadLibrary
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 21 Nov 2017 16:11:15 +0000 (11:11 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 21 Nov 2017 16:45:49 +0000 (11:45 -0500)
commitbc8eae6916a6d2fbd5f4114158cd06d718a65c1b
treeae06cbed75e283e838d89e8fda5f5e0eea1d7f3f
parent1861a0535da5b39c2e9fb15d19a4aa0d7339da29
Fix: specify SONAME in python-lttngust LoadLibrary

When loading the python agent library with ctypes in the python
bindings, specify the SONAME. This will make sure we load the proper
library in the event of a SONAME bump and the bindings will work without
having to install the "dev" package which in most distros contains the
non-versionned ".so".

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
python-lttngust/lttngust/loghandler.py
This page took 0.024232 seconds and 4 git commands to generate.