~ubuntu-branches/ubuntu/quantal/slurm-llnl/quantal

« back to all changes in this revision

Viewing changes to src/plugins/select/bluegene/plugin/nodeinfo.h

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2011-04-08 11:21:17 UTC
  • mfrom: (3.3.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110408112117-nfnyq9dtm55hqoaw
Tags: 2.2.4-1
* New upstream releases 
* Cleaning spare file and directories, not belonging to the sources
  generated by the building process and not removed by distclean.
  Added debian/clean with spare files and rm -rf inside debian/rules
  for directories.
* Added new packages libslurm-perl, libslurmdb-perl, slurm-llnl-torque
  (Closes: #575822) thanks to Julien Blache

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        List subgrp_list;
58
58
};
59
59
 
60
 
extern int select_nodeinfo_pack(select_nodeinfo_t *nodeinfo, Buf buffer);
61
 
 
62
 
extern int select_nodeinfo_unpack(select_nodeinfo_t **nodeinfo, Buf buffer);
 
60
extern char *give_geo(uint16_t int_geo[SYSTEM_DIMENSIONS]);
 
61
 
 
62
extern int select_nodeinfo_pack(select_nodeinfo_t *nodeinfo, Buf buffer,
 
63
                                uint16_t protocol_version);
 
64
 
 
65
extern int select_nodeinfo_unpack(select_nodeinfo_t **nodeinfo, Buf buffer,
 
66
                                  uint16_t protocol_version);
63
67
 
64
68
extern select_nodeinfo_t *select_nodeinfo_alloc(uint32_t size);
65
69
 
67
71
 
68
72
extern int select_nodeinfo_set_all(time_t last_query_time);
69
73
 
70
 
extern int select_nodeinfo_set(struct job_record *job_ptr);
71
 
 
72
74
extern int select_nodeinfo_get(select_nodeinfo_t *nodeinfo,
73
75
                               enum select_nodedata_type dinfo,
74
76
                               enum node_states state,