Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
(This used to be commit 4ca33928512bd71268bafd41d2b608e814a7295f)
|
|
Michael
(This used to be commit c5a7d421c512a6221b0300549d7b5de0368d252e)
|
|
The libnet_conf_ctx stores the information necessary to interoperate
with the configuration. It is created by calling libnet_conf_open()
and destroyed by calling libnet_conf_close(). The context is passed
to all the libnet_conf functions. It currently stores the token to
access the registry. Later, it could store more data, e.g. the server
to connect to, credentials, and so on. For support of other backends
than registry or support of remote configuration, only the open
function will have to be changed.
In net_conf, the calls to the actual net_conf functions is wrapped
into a function that calls libnet_conf_open()/_close(). Thus an
individual variant of net_conf_runfunction2() and functable2 is
used to cope with functions being called by the wrapper with the
additional libnet_conf_ctx argument.
Michael
(This used to be commit c2a9346faa26e79af5948197a1b322e545f0ed09)
|
|
Now all functions are converted to the consistent naming scheme.
Michael
(This used to be commit a559533c0c8a80f3f4078bbc2675de395359485f)
|
|
(This used to be commit 72dc71710813ea9f1d8864c4401fef25a25577bd)
|
|
Guenther
(This used to be commit c255654c68923aca3e258906e49be82d719d5ccd)
|
|
Guenther
(This used to be commit 15c2bc15f20a677c3c94895150e396275de6ac9b)
|
|
Guenther
(This used to be commit 1cad549f54563c3a9787624ba7a56b54107ebd57)
|