~ubuntu-branches/ubuntu/jaunty/pvm/jaunty

« back to all changes in this revision

Viewing changes to src/host.h

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-08-09 00:00:40 UTC
  • mfrom: (2.1.5 dapper)
  • Revision ID: james.westby@ubuntu.com-20060809000040-16kh33tmxx2em716
Tags: 3.4.5-7
Build with SHELL=/bin/bash in debian/rules; fixes FTBFS when /bin/sh
isn't bash. (Closes: #379543)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
/* $Id: host.h,v 1.5 1999/07/08 19:00:20 kohl Exp $ */
 
2
/* $Id: host.h,v 1.6 2001/09/26 23:35:21 pvmsrc Exp $ */
3
3
 
4
4
/*
5
5
 *         PVM version 3.4:  Parallel Virtual Machine System
35
35
 *      Host table data structures.
36
36
 *
37
37
 * $Log: host.h,v $
 
38
 * Revision 1.6  2001/09/26 23:35:21  pvmsrc
 
39
 * Added new hd_vmid to hostd struct.
 
40
 *      - use to override local PVM_VMID settings with hostfile "id=" option
 
41
 * (Spanker=kohl)
 
42
 *
38
43
 * Revision 1.5  1999/07/08 19:00:20  kohl
39
44
 * Fixed "Log" keyword placement.
40
45
 *      - indent with " * " for new CVS.
96
101
        int hd_speed;                           /* cpu relative speed */
97
102
        struct mca *hd_mcas;            /* from-host mca cache */
98
103
        char *hd_aname;                         /* name to use for network address */
 
104
        char *hd_vmid;                          /* virtual machine id */
99
105
};
100
106
 
101
107
/* hd_flag values */