~ubuntu-branches/ubuntu/trusty/cgmanager/trusty-proposed

« back to all changes in this revision

Viewing changes to org.linuxcontainers.cgmanager.xml

  • Committer: Package Import Robot
  • Author(s): Serge Hallyn
  • Date: 2014-02-27 16:51:30 UTC
  • Revision ID: package-import@ubuntu.com-20140227165130-lnj1mj2kigy2kjvy
Tags: 0.20-0ubuntu3
Implement ListChildren method to list child cgroups (LP: #1285900)

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
      <arg name="cgroup" type="s" direction="in" />
161
161
      <arg name="output" type="ai" direction="out" />
162
162
    </method>
 
163
    <method name="ListChildrenScm">
 
164
      <arg name="controller" type="s" direction="in" />
 
165
      <arg name="cgroup" type="s" direction="in" />
 
166
      <arg name="sockfd" type="h" direction="in" />
 
167
      <!-- names will be returned over sockfd -->
 
168
    </method>
 
169
    <method name="ListChildren">
 
170
      <arg name="controller" type="s" direction="in" />
 
171
      <arg name="cgroup" type="s" direction="in" />
 
172
      <arg name="output" type="as" direction="out" />
 
173
    </method>
163
174
    <!-- still to add: low priority,
164
175
         Prune (remove all empty decendents)
165
176
         removeWhenEmpty
166
 
         listChildren
167
177
         getEventfd
168
178
         -->
169
179
    <property name="api_version" type="i" access="read" />