/[rtmk]/rtmk/ipc-kmsg.h
ViewVC logotype

Diff of /rtmk/ipc-kmsg.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by jrydberg, Mon Dec 17 22:02:16 2001 UTC revision 1.5 by jrydberg, Thu Feb 21 20:14:42 2002 UTC
# Line 1  Line 1 
1  /* Internal representation of a message.  /* Internal representation of a message.
2     Copyright 1999, 2000, 2001 Johan Rydberg, jrydberg@opencores.org.     Copyright 1999, 2000, 2001, 2002 Johan Rydberg, jrydberg@rtmk.org.
3    
4  This program is free software; you can redistribute it and/or modify  This program is free software; you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by  it under the terms of the GNU General Public License as published by
# Line 32  struct ipc_kmsg Line 32  struct ipc_kmsg
32    struct queue_entry link;    struct queue_entry link;
33    
34    /* Remote and local port of message.  */    /* Remote and local port of message.  */
35    struct ipc_port *remote_port;    struct ipc_port *destination_port;
36    struct ipc_port *local_port;    struct ipc_port *reply_port;
37    
38    /* Length of total message.  */    /* Length of total message.  */
39    unsigned int length;    unsigned int length;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26