File: sinfo.idlx

package info (click to toggle)
sinfo 0.0.48-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 3,332 kB
  • sloc: sh: 11,213; cpp: 6,722; makefile: 271; xml: 151; perl: 149
file content (30 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="ISO-8859-1"?>
<idl version="0.0.1" name="sinfo">
  <documentation/>
  
  <include filename="messagesinfotypes.h"/>
        
  <rpc name="getSinfoList" requestID="1" replyID="2">
    <documentation>
      <p>Get the host information list from sinfod.</p>
    </documentation>
    <request>
    </request>
    <reply>
      <parameter type="std::list &lt; Wsinfo &gt;" name="wsinfoList" doc=""/>
    </reply>
  </rpc>
  
  <rpc name="getFilteredSinfoList" requestID="3" replyID="4">
    <documentation>
      <p>Get the host information list from sinfod, but only the entries which marker is equal to filterMarker.</p>
    </documentation>
    <request>
      <parameter type="std::string" name="filterMarker" doc=""/>
    </request>
    <reply>
      <parameter type="std::list &lt; Wsinfo &gt;" name="wsinfoList" doc=""/>
    </reply>
  </rpc>
  
</idl>