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:36 +0000 (11:45 -0500)
commit00ee1adfe1e34d43494227781f6662b0a21b7c4b
tree0a506da3086be345247294cd0df7ff2cb5d024ba
parent7d34f27dce903a88241e96787c1f900b6ea08245
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.024024 seconds and 4 git commands to generate.