[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Communications, Volume 2

qsize Utility

Purpose

Finds the number of messages on a queue.

Syntax


int
qsize(qp)
register queue_t * qp;

Description

The qsize utility returns the number of messages present in the queue specified by the qp parameter. If there are no messages on the queue, the qsize parameter returns a value of 0.

This utility is part of STREAMS Kernel Extensions.

Parameters

qp Specifies the queue on which to count the messages.

Related Information

List of Streams Programming References, Understanding STREAMS Messages in AIX 5L Version 5.2 Communications Programming Concepts.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]