summaryrefslogtreecommitdiffstats
path: root/lib/resource.sgml
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-05 14:19:12 +0200
committerMartin Mares <mj@ucw.cz>2000-06-05 14:19:12 +0200
commit525fa2c1f0e955455bed3fdb397aceb1e6e69a57 (patch)
tree132508eaa88ce0328a984f7544413a398f7661bb /lib/resource.sgml
parent10304bed435034cf8432b1c6262f7e7f0d84d49c (diff)
downloadbird-525fa2c1f0e955455bed3fdb397aceb1e6e69a57.tar
bird-525fa2c1f0e955455bed3fdb397aceb1e6e69a57.zip
Documented sockets, events and timers.
Diffstat (limited to 'lib/resource.sgml')
-rw-r--r--lib/resource.sgml10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/resource.sgml b/lib/resource.sgml
index 4123dd6..df02bbf 100644
--- a/lib/resource.sgml
+++ b/lib/resource.sgml
@@ -36,15 +36,7 @@ type.
<item><it/Memory blocks/
<item><it/Linear memory pools/ (<struct/linpool/)
<item><it/Slabs/ (<struct/slab/)
-<item><it/Sockets/ (<struct/socket/)
<item><it/Events/ (<struct/event/)
-<!--
- are there to keep track of deferred execution.
- Since BIRD is single-threaded, it requires long lasting tasks to be split to smaller
- parts, so that no module can monopolize the CPU. To split such a task, just create
- an <struct/event/ resource, point it to the function you want to have called and call <func/ev_schedule()/
- to ask the core to run the event when nothing more important will require attention.
- The actual implementation is system dependent.
--->
<item><it/Timers/ (<struct/timer/)
+<item><it/Sockets/ (<struct/socket/)
</itemize>