mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Read-only values should be marked with const to help the compiler optimize code. But this would requrire a bigger rewirte of all the code, hence the original code did not use const at all. This should be done in the future to ensure good code quality and performance. Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com> |
||
|---|---|---|
| .. | ||
| dmbbf.c | ||
| dmbbf.h | ||
| dmcommon.c | ||
| dmcommon.h | ||
| dmjson.c | ||
| dmjson.h | ||
| dmmem.c | ||
| dmmem.h | ||
| dmubus.c | ||
| dmubus.h | ||
| dmuci.c | ||
| dmuci.h | ||