 |
Index for Section 9r |
|
 |
Alphabetical listing for P |
|
 |
Bottom of page |
|
putnext(9r)
NAME
putnext - STREAMS: Sends a message to the next module in the stream
SYNOPSIS
#include <sys/stream.h>
void putnext(
queue_t *queue_pointer,
MBLKP message_ptr );
ARGUMENTS
queue_pointer
Specifies a pointer to the queue from which the message will be sent.
The typedef queue_t is an alternate name for struct queue_entry *.
message_ptr
Specifies a pointer to the message block to be passed. The typedef
MBLKP is an alternate name for typedef struct msgb *.
DESCRIPTION
The putnext interface passes a message to the puthere interface of the next
queue in the stream.
RETURN VALUES
None
 |
Index for Section 9r |
|
 |
Alphabetical listing for P |
|
 |
Top of page |
|