1xpafree(3) SAORD Documentation xpafree(3)
2
3
4
6 XPAFree: remove an XPA public access point
7
9 #include <xpa.h>
10
11 int XPAFree(XPA xpa);
12
14 Remove the specified XPA public access point from the name server and
15 free all associated storage. Note that removal from the name server
16 happens automatically when the process terminates, so this call is not
17 generally needed. It is used when public access points are being
18 defined temporarily and then destroyed when no longer needed. For
19 example, ds9 temporarily creates a public access point when it loads a
20 new image for display and destroys it when the image is unloaded.
21
23 See xpa(n) for a list of XPA help pages
24
25
26
27version 2.1.15 July 23, 2013 xpafree(3)