Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asys: Allow multiple results to be received | Volker Lendecke | 2014-03-27 | 1 | -8/+18 |
| | | | | | | | | | | | 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> | ||||
* | s3:lib/asys modify included headers | Christian Ambach | 2013-12-10 | 1 | -4/+2 |
| | | | | | | | use the headers from libreplace, not the system ones Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> | ||||
* | libasys | Volker Lendecke | 2012-07-18 | 1 | -0/+146 |
Signed-off-by: Jeremy Allison <jra@samba.org> |