2023-02-08 18:12:00 +01:00
|
|
|
/* PipeWire */
|
|
|
|
|
/* SPDX-FileCopyrightText: Copyright © 2022 Wim Taymans */
|
2025-11-15 09:46:19 +01:00
|
|
|
/* SPDX-FileCopyrightText: Copyright © 2025 Alexandre Malki (alexandre.malki@kebag-logic.com) */
|
2023-02-08 18:12:00 +01:00
|
|
|
/* SPDX-License-Identifier: MIT */
|
2022-03-17 19:13:43 +01:00
|
|
|
|
2025-11-15 09:38:50 +01:00
|
|
|
/**
|
|
|
|
|
* \todo This whole code needs to be re-factore,
|
|
|
|
|
* configuring the entity using such a "HARDCODED"
|
|
|
|
|
* header would does not allow an easy way to
|
|
|
|
|
* adjust parameters.
|
|
|
|
|
*
|
|
|
|
|
* Especially for the people involved in the project
|
|
|
|
|
* and do not have the programming skills to modify
|
|
|
|
|
* this file.
|
|
|
|
|
*
|
|
|
|
|
* \proposition use a YANG model directly derived from this
|
|
|
|
|
* or use the YAML for simplicity.
|
|
|
|
|
*
|
|
|
|
|
* Having the YANG would allow directly to know the
|
|
|
|
|
* capabilites/limits of the protocol
|
|
|
|
|
*/
|
2025-12-06 17:25:44 +01:00
|
|
|
void init_descriptors(struct server *server);
|