Branch: refs/heads/master
Home:
https://github.com/fabbione/kronosnet
Commit: fbc5c5d9aa8c608940b84a742abd134f20dda254
https://github.com/fabbione/kronosnet/commit/fbc5c5d9aa8c608940b84a742abd13…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M libknet/handle.c
M libknet/internals.h
Log Message:
-----------
[handle] remove knet handle tracker
reload of shlib should be done on a per handle base to avoid complex
global functions.
For example, if you application is using 2 knet_h and you need to reload
libbz2, then switch both knet_h to use another compression method (or none)
and switch back to libbz2.
Similar can be done with nss/openssl once openssl support is added.
A global function to reload all library would a very complex error reporting
mechanism and could leave some handles improperly configured.
The application would have a better understanding of the needs at any given
time.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>