A local library is a mirror of a remote CDS mirror in structure. Catalogs can then be downloaded in part or in whole on a need by need basis to populate the library.
CDS directory structure mirrored:-
Typedefs | |
| typedef lnc_library | lnc_library |
| Local CDS catalog repository. | |
Functions | |
| lnc_library * | lnc_lib_init (char *remote, char *local) |
| Create a library. | |
| void | lnc_lib_free (lnc_library *lib) |
| Free the library resources. | |
|
|
Local CDS catalog repository. The library container. |
|
|
Free the library resources.
|
|
||||||||||||
|
Create a library.
This typically only needs to be called once per program. |
1.4.2