... | @@ -631,6 +631,10 @@ Dynamic Shared Objects built as modules to be dynamically loaded must have |
... | @@ -631,6 +631,10 @@ Dynamic Shared Objects built as modules to be dynamically loaded must have |
|
no dependency when static linking is enforced: their undefined symbols
|
|
no dependency when static linking is enforced: their undefined symbols
|
|
should be resolved using executables they are loaded into.
|
|
should be resolved using executables they are loaded into.
|
|
|
|
|
|
|
|
If the libcfgrpt is used for embedding config_report it must be linked first, in particular
|
|
|
|
if it is linked after libprocess some linkers can believe the config_report symbol is resolved
|
|
|
|
by libprocess and does not include its static definition.
|
|
|
|
|
|
# User Interface (UI) Guidelines
|
|
# User Interface (UI) Guidelines
|
|
|
|
|
|
Kea is a server process, so does not have much that would be considered a user interface. This section discusses what we do have. See [Stork coding guidelines](https://gitlab.isc.org/isc-projects/stork/-/wikis/Processes/coding-guidelines) for UI guidelines for Stork.
|
|
Kea is a server process, so does not have much that would be considered a user interface. This section discusses what we do have. See [Stork coding guidelines](https://gitlab.isc.org/isc-projects/stork/-/wikis/Processes/coding-guidelines) for UI guidelines for Stork.
|
... | | ... | |