~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to pvm3/src/pmsg.h

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
/* $Id: pmsg.h,v 1.3 1997/06/27 17:32:50 pvmsrc Exp $ */
 
2
/* $Id: pmsg.h,v 1.2 2002/10/14 14:37:50 chanceli Exp $ */
3
3
 
4
4
/*
5
5
 *         PVM version 3.4:  Parallel Virtual Machine System
34
34
 *
35
35
 *      Libpvm and pvmd message descriptors.
36
36
 *
37
 
$Log: pmsg.h,v $
 
37
 * $Log: pmsg.h,v $
 
38
 * Revision 1.2  2002/10/14 14:37:50  chanceli
 
39
 * update
 
40
 *
 
41
 * Revision 1.5  2001/02/07 23:15:51  pvmsrc
 
42
 * 2nd Half of CYGWIN Check-ins...
 
43
 * (Spanker=kohl)
 
44
 *
 
45
 * Revision 1.4  1999/07/08 19:00:22  kohl
 
46
 * Fixed "Log" keyword placement.
 
47
 *      - indent with " * " for new CVS.
 
48
 *
38
49
 * Revision 1.3  1997/06/27  17:32:50  pvmsrc
39
50
 * Updated for WIN32 header files & Authors.
40
51
 *
52
63
*/
53
64
 
54
65
#ifdef WIN32
55
 
#ifndef _XDR_HEADERS
56
 
#define _XDR_HEADERS
57
66
#include "..\xdr\types.h"
58
67
#include "..\xdr\xdr.h"
59
68
#endif
60
 
#endif
61
69
 
62
70
struct encvec {
63
71
        int (*enc_init)();      /* initialize write */