mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 14:04:32 +00:00
Merge pull request #7099 from mjstapp/fix_doc_thread_rw
doc: clarify independence of THREAD_READ and _WRITE
This commit is contained in:
commit
eac139f8f2
@ -94,7 +94,9 @@ irrelevant for the time being) for the specific type. For example, to add a
|
|||||||
thread_add_read(struct thread_master *master, int (*handler)(struct thread *), void *arg, int fd, struct thread **ref);
|
thread_add_read(struct thread_master *master, int (*handler)(struct thread *), void *arg, int fd, struct thread **ref);
|
||||||
|
|
||||||
The ``struct thread`` is then created and added to the appropriate internal
|
The ``struct thread`` is then created and added to the appropriate internal
|
||||||
datastructure within the ``threadmaster``.
|
datastructure within the ``threadmaster``. Note that the ``READ`` and
|
||||||
|
``WRITE`` tasks are independent - a ``READ`` task only tests for
|
||||||
|
readability, for example.
|
||||||
|
|
||||||
The Event Loop
|
The Event Loop
|
||||||
^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^
|
||||||
|
Loading…
Reference in New Issue
Block a user