Mark all symbols hidden by default, export only required ones
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "ringloop.h"
|
||||
#include "timerfd_manager.h"
|
||||
|
||||
class epoll_manager_t
|
||||
class __attribute__((visibility("default"))) epoll_manager_t
|
||||
{
|
||||
int epoll_fd;
|
||||
bool pending;
|
||||
|
||||
Reference in New Issue
Block a user