1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/lib/asys
Volker Lendecke c35fec883c asys: Allow multiple results to be received
This makes use of C99 dynamic arrays. In this performance-sensitive code, I
would like to avoid malloc/free, and I think 15 years after the standard we
might be able to use this feature. Alternatively, we could use the "results"
memory area and store the jobids in the upper range, playing some cast-tricks.
Should work as well.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2014-03-27 06:06:12 +01:00
..
asys.c asys: Allow multiple results to be received 2014-03-27 06:06:12 +01:00
asys.h asys: Allow multiple results to be received 2014-03-27 06:06:12 +01:00
tests.c asys: Allow multiple results to be received 2014-03-27 06:06:12 +01:00
wscript_build build: Do not install testing binaries 2012-11-22 12:00:36 +01:00