Branch: refs/heads/master
Home:
https://github.com/fabbione/kronosnet
Commit: 49c8aee45682c37653822de3dcf25398cc5dbd0d
https://github.com/fabbione/kronosnet/commit/49c8aee45682c37653822de3dcf253…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2016-10-13 (Thu, 13 Oct 2016)
Changed paths:
M libknet/handle.c
M libknet/tests/api_knet_handle_new.c
Log Message:
-----------
[libknet] Use getrlimit instead of prlimit
prlimit is Linux specific. Because passed pid is 0, we can replace
prlimit call by portable getrlimit without loose of functionality.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Commit: e0763c0b1325e5f1bde5d54b043bef7a134cbf1e
https://github.com/fabbione/kronosnet/commit/e0763c0b1325e5f1bde5d54b043bef…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-10-13 (Thu, 13 Oct 2016)
Changed paths:
M libknet/handle.c
M libknet/tests/api_knet_handle_new.c
Log Message:
-----------
Merge pull request #10 from jfriesse/removeprlimit
[libknet] Use getrlimit instead of prlimit
Compare:
https://github.com/fabbione/kronosnet/compare/fe54b1896476...e0763c0b1325