Branch: refs/heads/test_handle
Home:
https://github.com/kronosnet/kronosnet
Commit: 6545d68d45c2917159de41e463f3c879b96efd32
https://github.com/kronosnet/kronosnet/commit/6545d68d45c2917159de41e463f3c…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2018-02-18 (Sun, 18 Feb 2018)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/libknet.h
M libknet/tests/api-test-coverage
M libknet/tests/api_knet_handle_new.c
M libknet/tests/test-common.c
M libknet/transport_common.c
Log Message:
-----------
New API function: knet_handle_new_ex() taking handle flags
For now, the only supported flag is KNET_HANDLE_FLAG_PRIVILEGED,
which is also the default in knet_handle_new().
The tests are adapted to switch this flag off, which makes them pass
in default environments without privileges.
Signed-off-by: Ferenc Wágner <wferi(a)debian.org>