Query: dpm_abortreq
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DPM_ABORTREQ(3) DPM Library Functions DPM_ABORTREQ(3)NAMEdpm_abortreq - abort a given get, put or copy requestSYNOPSIS#include <sys/types.h> #include "dpm_api.h" int dpm_abortreq (char *r_token)DESCRIPTIONdpm_abortreq aborts a given get, put or copy request. The request status and the status of every file belonging to this request and still in the queue is set to DPM_ABORTED. r_token specifies the token returned by a previous get, put or copy request.RETURN VALUEThis routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.ERRORSEACCES Permission denied. EFAULT r_token is a NULL pointer. EINVAL The length of r_token exceeds CA_MAXDPMTOKENLEN or the token is unknown. SENOSHOST Host unknown. SEINTERNAL Database error. SECOMERR Communication error.LCG$Date: 2006/03/23 06:12:41 $ DPM_ABORTREQ(3)
| Related Man Pages |
|---|
| dpm_getspacetoken(3) - debian |
| dpm_getstatus_putreq(3) - debian |
| dpm_putdone(3) - debian |
| dpm_put(3) - debian |
| dpm_relfiles(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| One instance of comparing grep and awk |
| Weird 'find' results |
| New UNIX and Linux History Sections |