mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
c35fec883c
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> |
||
---|---|---|
.. | ||
asys.c | ||
asys.h | ||
tests.c | ||
wscript_build |