2 .\" This manual page is derived from the DAT/uDAPL 1.2 specification.
3 .\" Portions Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
7 .TH DAT_CNO_MODIFY_AGENT 3DAT "Jul 16, 2004"
9 dat_cno_modify_agent \- modify the OS Wait Proxy Agent
13 cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-ldat\fR [ \fIlibrary\fR\&.\|.\|. ]
14 #include <\fBdat/udat.h\fR>
17 dat_cno_modify_agent (
18 IN DAT_CNO_HANDLE \fIcno_handle\fR,
19 IN DAT_OS_WAIT_PROXY_AGENT \fIagent\fR
27 \fB\fIcno_handle\fR\fR
30 Handle for an instance of CNO
39 Pointer to an optional OS Wait Proxy Agent to invoke whenever CNO is invoked.
40 \fBDAT_OS_WAIT_PROXY_AGENT_NULL\fR indicates that there is no proxy agent.
46 The \fBdat_cno_modify_agent()\fR function modifies the OS Wait Proxy Agent
47 associated with a CNO. If non-null, any trigger received by the CNO is also
48 passed to the OS Wait Proxy Agent. This is in addition to any local delivery
49 through the CNO. The Consumer can pass the value of
50 \fBDAT_OS_WAIT_PROXY_AGENT_NULL\fR to disassociate the current Proxy agent from
56 \fB\fBDAT_SUCCESS\fR\fR
59 The operation was successful.
65 \fB\fBDAT_INVALID_HANDLE\fR\fR
68 The \fIcno_handle\fR parameter is invalid.
74 \fB\fBDAT_INVALID_PARAMETER\fR\fR
77 One of the parameters was invalid, out of range, or a combination of parameters
78 was invalid, or the \fIagent\fR parameter is invalid.
84 See \fBattributes\fR(5) for descriptions of the following attributes:
92 ATTRIBUTE TYPE ATTRIBUTE VALUE
94 Interface Stability Standard: uDAPL, 1.1, 1.2
102 \fBlibdat\fR(3LIB), \fBattributes\fR(5)