This primitive unbinds the STREAM that was bound by a previous DL_BIND_REQ. It is sent in an M_PROTO message block.
typedef struct { t_uscalar_t dl_primitive; /* DL_UNBIND_REQ */ } dl_unbind_req_t;
The members of the dl_unbind_req_t structure are:
Table 11-36 Members of the dl_unbind_req_t structure
Member |
Description |
---|---|
dl_primitive |
Should be set to the name of this primitive. |