Undoes a previous DL_ATTACH_REQ. This primitive is sent in an M_PROTO message block.
typedef struct {
t_uscalar_t dl_primitive; /* set to DL_DETACH_REQ */
} dl_detach_req_t;
The members of the dl_detach_req_t structure are:
Table 11-19 Members of the dl_detach_req_t structure|
Member |
Description |
|---|---|
|
dl_primitive |
Should be set to the name of this primitive. |
|
Error |
Description |
|---|---|
|
DL_OUTSTATE |
Primitive issued from an invalid state. |