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

Diff of /rtmk/ipc-mqueue.h

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

revision 1.2 by jrydberg, Mon Dec 17 22:02:16 2001 UTC revision 1.3 by jrydberg, Thu Feb 21 20:14:42 2002 UTC
# Line 1  Line 1 
1  /* IPC message queue defintions.  /* IPC message queue defintions.
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 54  struct ipc_mqueue Line 54  struct ipc_mqueue
54    
55  extern void ipc_mqueue_init (void);  extern void ipc_mqueue_init (void);
56    
57  /* Create a new message queue for a port.  Returns a new queue  /* Create a new message queue for a port.  */
    with default queue limit, NULL if we can not allocate memory.  */  
58    
59  extern struct ipc_mqueue *ipc_mqueue_create (void);  extern void ipc_mqueue_create (struct ipc_mqueue *imq);
60    
61  /* Destroy message queue, releasing all messages on it.  */  /* Destroy message queue, releasing all messages on it.  */
62    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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