Most of work by yours truly, with help from kirby@, ian@ and others. Notable change: libtalloc became a part of -util subpackage. Stuff in this package has circular dependencies (at least, it was so during beta times), so it's not possible to have libtalloc as a separate package. Now that Heimdal leaved base system, we could get rid of dirty, nasty pool of hacks that renamed almost every symbol of bundled Heimdal. okay ajacoutot@, also support from ian@ and sthen@ at least.
9 lines
352 B
Plaintext
9 lines
352 B
Plaintext
Tevent is an event system based on the talloc memory management library.
|
|
It is the core event system used in Samba.
|
|
|
|
The low level tevent has support for many event types, including timers,
|
|
signals, and the classic file descriptor events.
|
|
|
|
Tevent also provide helpers to deal with asynchronous code providing the
|
|
tevent_req (tevent request) functions.
|