1xpaclose(3)                   SAORD Documentation                  xpaclose(3)
2
3
4

NAME

6       XPAClose: close a persistent XPA client handle
7

SYNOPSIS

9         #include <xpa.h>
10
11         void XPAClose(XPA xpa);
12

DESCRIPTION

14       XPAClose closes the persistent connections associated with this XPA
15       struct and frees all allocated space. It also closes the open sockets
16       connections to all XPA servers that were opened using this handle.
17
18       Example:
19
20         #include <xpa.h>
21
22         XPA xpa;
23         XPAClose(xpa);
24

SEE ALSO

26       See xpa(n) for a list of XPA help pages
27
28
29
30version 2.1.15                   July 23, 2013                     xpaclose(3)
Impressum