mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
bafdecdf1f
This is an abstraction for a tevent loop. It will be used in low-level messaging with the goal to make low-leve our low-level messaging routines usable also for other projects which are not based on tevent. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
6 lines
138 B
Python
6 lines
138 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA3_SUBSYSTEM('POLL_FUNCS_TEVENT',
|
|
source='poll_funcs_tevent.c',
|
|
deps='tevent')
|