summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-10-10 04:40:28 +0200
committerLennart Poettering <lennart@poettering.net>2013-10-10 04:44:48 +0200
commitfd38203a2a7bfbdc6cb5fd4dc54378e70f7d6778 (patch)
tree4a4c8a464f489825f94e5edd757408bda16fc9ee /.gitignore
parent2b98f75a63e6022bf74a7d678c47faa5208c794f (diff)
bus: add minimal event loop API
So far we tried to use epoll directly wherever we needed an event loop. However, that has various shortcomings, such as the inability to handle larger amounts of timers (since each timerfd costs one fd, which is a very limited resource, usually bounded to 1024), and inability to do priorisation between multiple queued events. Let's add a minimal event loop API around epoll that is suitable for implementation of our own daemons and maybe one day can become public API for those who desire it. This loop is part of libsystemd-bus, but may be used independently of it.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 786a0beb2..2a2ed998b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -107,6 +107,7 @@
/test-device-nodes
/test-engine
/test-env-replace
+/test-event
/test-fileio
/test-hashmap
/test-hostname