src/server/daemon/event.c

changeset 92
382bff43c6eb
parent 44
3da1f7b6847f
child 159
9ba9f8befa80
equal deleted inserted replaced
91:fac51f87def0 92:382bff43c6eb
24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #include "../ucx/map.h" 29 #include <ucx/map.h>
30 30
31 #include "event.h" 31 #include "event.h"
32 32
33 UcxMap *event_handler_map = NULL; 33 UcxMap *event_handler_map = NULL;
34 int numevhandlers = 0; 34 int numevhandlers = 0;

mercurial