824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml/*
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * CDDL HEADER START
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml *
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * The contents of this file are subject to the terms of the
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * Common Development and Distribution License (the "License").
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * You may not use this file except in compliance with the License.
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml *
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * or http://www.opensolaris.org/os/licensing.
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * See the License for the specific language governing permissions
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * and limitations under the License.
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml *
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * When distributing Covered Code, include this CDDL HEADER in each
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * If applicable, add the following below this CDDL HEADER, with the
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * fields enclosed by brackets "[]" replaced with your own identifying
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * information: Portions Copyright [yyyy] [name of copyright owner]
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml *
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * CDDL HEADER END
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml */
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml/*
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml * Use is subject to license terms.
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml */
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml#ifndef _SYS_IPC_RCTL_H
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml#define _SYS_IPC_RCTL_H
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml#pragma ident "%Z%%M% %I% %E% SMI"
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml#include <sys/rctl.h>
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml#ifdef __cplusplus
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5mlextern "C" {
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml#endif
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5mltypedef struct ipc_rqty { /* datum protected by: */
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml rctl_qty_t ipcq_shmmni; /* shm's ipcs_lock */
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml rctl_qty_t ipcq_semmni; /* sem's ipcs_lock */
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml rctl_qty_t ipcq_msgmni; /* msg's ipcs_lock */
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml} ipc_rqty_t;
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml#ifdef __cplusplus
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml}
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml#endif
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml
824c205f0f8b4a6b02f9096e50cb9e298ddcc0a5ml#endif /* _SYS_IPC_RCTL_H */