]> git.ipfire.org Git - thirdparty/systemd.git/commit - .gitignore
libsystemd-rtnl: add a rtnetlink library
authorTom Gundersen <teg@jklm.no>
Mon, 21 Oct 2013 18:12:52 +0000 (19:12 +0100)
committerTom Gundersen <teg@jklm.no>
Sun, 27 Oct 2013 21:18:34 +0000 (22:18 +0100)
commit65f568bbeb9b8c70200e44c19a797df3a0bfd485
tree9b3dbae3cbb8ae55bed97a2c6c620c03a89a27ce
parent02f19706a9fd96e05c9ed16aa55ba3d03d008167
libsystemd-rtnl: add a rtnetlink library

This is intentionally as similar to sd-bus as possible. While it
would be simple to export it, the intentions is to keep this
internal (at least for the forseeable future).

Currently only synchronous communication is implemented
.gitignore
Makefile.am
src/libsystemd-rtnl/rtnl-internal.h [new file with mode: 0644]
src/libsystemd-rtnl/rtnl-message.c [new file with mode: 0644]
src/libsystemd-rtnl/sd-rtnl.c [new file with mode: 0644]
src/libsystemd-rtnl/test-rtnl.c [new file with mode: 0644]
src/systemd/sd-rtnl.h [new file with mode: 0644]