mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
do not define a variable in a header file; it will lead to duplicate symbols when linking
svn:r844
This commit is contained in:
parent
f9707a01e5
commit
480d8142b8
@ -155,7 +155,7 @@ enum event_method_feature {
|
|||||||
/* Require an event method that allows file descriptors as well as
|
/* Require an event method that allows file descriptors as well as
|
||||||
* sockets. */
|
* sockets. */
|
||||||
EV_FEATURE_FDS = 0x04,
|
EV_FEATURE_FDS = 0x04,
|
||||||
} event_method_feature;
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Return a bitmask of the features implemented by an event base.
|
Return a bitmask of the features implemented by an event base.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user