1dat_cno_modify_agentD(i3rDeAcTt)Access Transport Library Fudnactt_iconnos_modify_agent(3DAT)
2
3
4

NAME

6       dat_cno_modify_agent - modify the OS Wait Proxy Agent
7

SYNOPSIS

9       cc [ flag... ] file... -ldat [ library... ]
10       #include <dat/udat.h>
11
12       DAT_RETURN
13           dat_cno_modify_agent (
14           IN    DAT_CNO_HANDLE            cno_handle,
15           IN    DAT_OS_WAIT_PROXY_AGENT   agent
16           )
17
18

PARAMETERS

20       cno_handle    Handle for an instance of CNO
21
22
23       agent         Pointer  to  an  optional  OS  Wait Proxy Agent to invoke
24                     whenever  CNO  is  invoked.  DAT_OS_WAIT_PROXY_AGENT_NULL
25                     indicates that there is no proxy agent.
26
27

DESCRIPTION

29       The  dat_cno_modify_agent()  function  modifies the OS Wait Proxy Agent
30       associated with a CNO. If non-null, any trigger received by the CNO  is
31       also  passed  to  the  OS  Wait Proxy Agent. This is in addition to any
32       local delivery through the CNO. The Consumer  can  pass  the  value  of
33       DAT_OS_WAIT_PROXY_AGENT_NULL  to  disassociate  the current Proxy agent
34       from the CNO
35

RETURN VALUES

37       DAT_SUCCESS              The operation was successful.
38
39
40       DAT_INVALID_HANDLE       The cno_handle parameter is invalid.
41
42
43       DAT_INVALID_PARAMETER    One of the  parameters  was  invalid,  out  of
44                                range,  or  a  combination  of  parameters was
45                                invalid, or the agent parameter is invalid.
46
47

ATTRIBUTES

49       See attributes(5) for descriptions of the following attributes:
50
51
52
53
54       ┌─────────────────────────────┬─────────────────────────────┐
55       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
56       ├─────────────────────────────┼─────────────────────────────┤
57       │Interface Stability          │Standard: uDAPL, 1.1, 1.2    │
58       ├─────────────────────────────┼─────────────────────────────┤
59       │MT-Level                     │Unsafe                       │
60       └─────────────────────────────┴─────────────────────────────┘
61

SEE ALSO

63       libdat(3LIB), attributes(5)
64
65
66
67SunOS 5.11                        16 Jul 2004       dat_cno_modify_agent(3DAT)
Impressum