]> git.tuebingen.mpg.de Git - paraslash.git/commit - recv_common.c
Consolidate receiver/filter/writer {pre,post}_select() docs.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 7 Oct 2021 17:22:47 +0000 (19:22 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 25 Aug 2022 13:37:26 +0000 (15:37 +0200)
commit7e0a0badba66c0cdcb0dcbc8cf3d0f5b71001ca3
tree24254962d231bfe7df9ab418e5cdc400928d1d22
parentbb899fb1a0c279a2890ff30d11bf7aec50fb92ed
Consolidate receiver/filter/writer {pre,post}_select() docs.

The documentation of these three ->pre_select() and ->post_select()
methods overlapped quite a bit. Some comments stated general properties
of the sched API which fit better in the documentation of sched.h,
so move these bits there.

Improve the text a bit while at it and avoid talking about select(2)
and fd sets as these are implementation details. Instead, focus on
the general concept of fd monitoring.

Pure comment cleanups, no code changes.
filter.h
filter_common.c
recv.h
recv_common.c
sched.h
write.h