]> git.ipfire.org Git - thirdparty/kmod.git/commit
Add libkmod-loaded to handle live modules information
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 22 Nov 2011 07:42:09 +0000 (05:42 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 23 Nov 2011 13:44:17 +0000 (11:44 -0200)
commit5369797d0903b5ebc8c616945e621fd56bf58a83
treefb948acb1e2e05cbf88b0a5c3a900320ad795320
parenta48d9bdff67547fa97dd8cec674273d400f2245c
Add libkmod-loaded to handle live modules information

All the functions needed by a lsmod binary are in place.
test/test-loaded.c implements it with the same output of lsmod.
Makefile.am
libkmod/libkmod-loaded.c [new file with mode: 0644]
libkmod/libkmod.h
libkmod/libkmod.sym
test/.gitignore
test/test-loaded.c [new file with mode: 0644]