Skip to content

Commit

Permalink
teamd_dbus: add missing methods to Introspection XML
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
  • Loading branch information
jpirko committed May 24, 2013
1 parent b50489b commit c9e1f6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions teamd/teamd_dbus.c
Expand Up @@ -52,6 +52,13 @@ static const char *introspection_xml =
" </method>"
" <method name='StateDump'>"
" </method>"
" <method name='StateItemValueGet'>"
" <arg type='s' name='state_item_path' direction='in'/>"
" </method>"
" <method name='StateItemValueSet'>"
" <arg type='s' name='state_item_path' direction='in'/>"
" <arg type='s' name='value' direction='in'/>"
" </method>"
" </interface>"
"</node>";

Expand Down

0 comments on commit c9e1f6d

Please sign in to comment.