]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
common: Add dlfcn_compat.h for win32
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Fri, 4 Oct 2019 14:56:43 +0000 (17:56 +0300)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Tue, 14 Apr 2020 11:11:32 +0000 (11:11 +0000)
commit6bf7a3eb40f012146e8b4d67585791aca519bd2c
tree6c1d2ee964d6c964e10d695b49cd31cbdfc9f41c
parentc6295bb02ee3493bbe5ec91783e6b931987f8ea5
common: Add dlfcn_compat.h for win32

We'll emulate the dlfcn.h interface using Windows functions, which
will allow loading Windows DLLs.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
src/CMakeLists.txt
src/common/CMakeLists.txt
src/common/PluginRegistry.cc
src/common/TracepointProvider.h
src/common/dlfcn_win32.cc [new file with mode: 0644]
src/erasure-code/ErasureCodePlugin.cc
src/include/config-h.in.cmake
src/include/dlfcn_compat.h [new file with mode: 0644]
src/osd/ClassHandler.cc