~ubuntu-branches/ubuntu/quantal/simgrid/quantal

« back to all changes in this revision

Viewing changes to doc/html/group__m__host__management.html

  • Committer: Package Import Robot
  • Author(s): Lucas Nussbaum, Martin Quinson, Lucas Nussbaum
  • Date: 2012-06-09 16:24:44 UTC
  • mfrom: (10.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120609162444-xook34f3d6qy5ixj
Tags: 3.7.1-1
[ Martin Quinson ]
* debian/copyright: update FSF address (thanks lintian for noticing)

[ Lucas Nussbaum ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5
 
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6
5
<title>SimGrid: Host Management Functions</title>
7
 
 
8
6
<link href="tabs.css" rel="stylesheet" type="text/css"/>
9
 
<link href="doxygen.css" rel="stylesheet" type="text/css" />
10
 
 
11
 
 
12
 
 
 
7
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
13
8
<link href="simgrid.css" rel="stylesheet" type="text/css">
14
9
</head>
15
10
<body>
16
 
<div id="top"><!-- do not remove this div! -->
17
 
 
18
 
 
 
11
<!-- Generated by Doxygen 1.7.4 -->
 
12
<div id="top">
19
13
<div id="titlearea">
20
14
<table cellspacing="0" cellpadding="0">
21
15
 <tbody>
22
16
 <tr style="height: 56px;">
23
 
  
24
 
  
25
17
  <td style="padding-left: 0.5em;">
26
 
   <div id="projectname">SimGrid
27
 
   &#160;<span id="projectnumber">3.7</span>
28
 
   </div>
 
18
   <div id="projectname">SimGrid&#160;<span id="projectnumber">3.7.1</span></div>
29
19
   <div id="projectbrief">Scalable simulation of distributed systems</div>
30
20
  </td>
31
 
  
32
 
  
33
 
  
34
21
 </tr>
35
22
 </tbody>
36
23
</table>
37
24
</div>
38
 
 
39
 
<!-- Generated by Doxygen 1.7.6.1 -->
40
25
  <div id="navrow1" class="tabs">
41
26
    <ul class="tablist">
42
27
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
65
50
  <li> <a href="group__API__index.html"><span>Full Index</span></a></li>
66
51
  <li> <a href="group__XBT__API.html"><span>XBT</span></a></li>
67
52
  <li class="current"> <a href="group__MSG__API.html"><span>MSG</span></a></li>
 
53
  <li> <a href="group__SIMIX__API.html"><span>SIMIX</span></a></li>
68
54
  <li> <a href="group__GRAS__API.html"><span>GRAS</span></a></li>
69
55
  <li> <a href="group__AMOK__API.html"><span>AMOK</span></a></li>
70
56
  <li> <a href="group__SMPI__API.html"><span>SMPI</span></a></li>
97
83
<a href="#func-members">Functions</a>  </div>
98
84
  <div class="headertitle">
99
85
<div class="title">Host Management Functions</div>  </div>
100
 
<div class="ingroups"><a class="el" href="group__MSG__API.html">MSG</a></div></div><!--header-->
 
86
<div class="ingroups"><a class="el" href="group__MSG__API.html">MSG</a></div></div>
101
87
<div class="contents">
102
88
 
103
89
<p>This section describes the host structure of MSG.  
147
133
<div class="memproto">
148
134
      <table class="memname">
149
135
        <tr>
150
 
          <td class="memname"><a class="el" href="group__msg__simulation.html#ga65ef31a33e9a49d675aae2bb6e1c9a04">MSG_error_t</a> <a class="el" href="group__m__host__management.html#gad367b0d8882669e18a51a9a07bad92ad">MSG_host_set_data</a> </td>
 
136
          <td class="memname"><a class="el" href="group__msg__simulation.html#ga65ef31a33e9a49d675aae2bb6e1c9a04">MSG_error_t</a> MSG_host_set_data </td>
151
137
          <td>(</td>
152
138
          <td class="paramtype"><a class="el" href="group__m__host__management.html#ga58c09b1673ff3e9ac1cb0707ddd9700d">m_host_t</a>&#160;</td>
153
139
          <td class="paramname"><em>host</em>, </td>
177
163
<div class="memproto">
178
164
      <table class="memname">
179
165
        <tr>
180
 
          <td class="memname">void* <a class="el" href="group__m__host__management.html#gae9305cac9c8fa4c903d2b84918160b90">MSG_host_get_data</a> </td>
 
166
          <td class="memname">void* MSG_host_get_data </td>
181
167
          <td>(</td>
182
168
          <td class="paramtype"><a class="el" href="group__m__host__management.html#ga58c09b1673ff3e9ac1cb0707ddd9700d">m_host_t</a>&#160;</td>
183
169
          <td class="paramname"><em>host</em></td><td>)</td>
197
183
<div class="memproto">
198
184
      <table class="memname">
199
185
        <tr>
200
 
          <td class="memname">const char* <a class="el" href="group__m__host__management.html#gae699f28db85b3f21f1beb27bbc8ef71d">MSG_host_get_name</a> </td>
 
186
          <td class="memname">const char* MSG_host_get_name </td>
201
187
          <td>(</td>
202
188
          <td class="paramtype"><a class="el" href="group__m__host__management.html#ga58c09b1673ff3e9ac1cb0707ddd9700d">m_host_t</a>&#160;</td>
203
189
          <td class="paramname"><em>host</em></td><td>)</td>
217
203
<div class="memproto">
218
204
      <table class="memname">
219
205
        <tr>
220
 
          <td class="memname">const char* <a class="el" href="group__m__host__management.html#gad3f3c634129231acd67b7bcebcca621a">MSG_host_get_property_value</a> </td>
 
206
          <td class="memname">const char* MSG_host_get_property_value </td>
221
207
          <td>(</td>
222
208
          <td class="paramtype"><a class="el" href="group__m__host__management.html#ga58c09b1673ff3e9ac1cb0707ddd9700d">m_host_t</a>&#160;</td>
223
209
          <td class="paramname"><em>host</em>, </td>
238
224
<div class="memdoc">
239
225
 
240
226
<p>Returns the value of a given host property. </p>
241
 
<dl class="params"><dt><b>Parameters:</b></dt><dd>
 
227
<dl><dt><b>Parameters:</b></dt><dd>
242
228
  <table class="params">
243
229
    <tr><td class="paramname">host</td><td>a host </td></tr>
244
230
    <tr><td class="paramname">name</td><td>a property name </td></tr>
254
240
<div class="memproto">
255
241
      <table class="memname">
256
242
        <tr>
257
 
          <td class="memname"><a class="el" href="group__XBT__dict__cons.html#gac60ea15fce6ea593be308de876712f04">xbt_dict_t</a> <a class="el" href="group__m__host__management.html#gabf5edf2c968764c6f9216e4661116e43">MSG_host_get_properties</a> </td>
 
243
          <td class="memname"><a class="el" href="group__XBT__dict__cons.html#gac60ea15fce6ea593be308de876712f04">xbt_dict_t</a> MSG_host_get_properties </td>
258
244
          <td>(</td>
259
245
          <td class="paramtype"><a class="el" href="group__m__host__management.html#ga58c09b1673ff3e9ac1cb0707ddd9700d">m_host_t</a>&#160;</td>
260
246
          <td class="paramname"><em>host</em></td><td>)</td>
265
251
<div class="memdoc">
266
252
 
267
253
<p>Returns a xbt_dynar_t consisting of the list of properties assigned to this host. </p>
268
 
<dl class="params"><dt><b>Parameters:</b></dt><dd>
 
254
<dl><dt><b>Parameters:</b></dt><dd>
269
255
  <table class="params">
270
256
    <tr><td class="paramname">host</td><td>a host </td></tr>
271
257
  </table>
275
261
 
276
262
</div>
277
263
</div>
278
 
</div><!-- contents -->
 
264
</div>
279
265
<p>
280
266
<hr>
281
267
 
286
272
Back to the main Simgrid Documentation page</b></a>
287
273
</td>
288
274
<td align=middle>
289
 
<small>The version of <a href="http://simgrid.gforge.inria.fr">SimGrid</a> documented here is v3.7.<br/>
 
275
<small>The version of <a href="http://simgrid.gforge.inria.fr">SimGrid</a> documented here is v3.7.1.<br/>
290
276
Documentation of other versions can be found in their respective
291
277
archive files (directory doc/html).
292
278
</td>