examples: admin: Add some examples for the new admin APIs
Some of the examples make use of asprintf and strtol functions (to keep
things simple) which are prohibited to use within our code (enforced by
syntax-check). Therefore besides adding some examples, this patch also updates
cfg.mk to exclude examples directory from asprintf and strtol rules, as well as
updates .gitignore to exclude all the new admin binaries created in the
'examples' dir.
Signed-off-by: NErik Skultety <eskultet@redhat.com>
Showing
examples/admin/client_close.c
0 → 100644
examples/admin/client_info.c
0 → 100644
examples/admin/client_limits.c
0 → 100644
examples/admin/list_clients.c
0 → 100644
examples/admin/list_servers.c
0 → 100644
想要评论请 注册 或 登录