aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/write_queue.c
AgeCommit message (Collapse)AuthorFilesLines
2023-10-20write_queue: Fix Doxygen commentarehbein1-1/+1
Change-Id: Ib2508411ae46e2456466beaae63d3f401e34d0d4
2023-09-19write_queue: Enable updating max_length fieldarehbein1-0/+20
Dequeue and free any excess messages, in case the new queue length is shorter than the old. Related: OS#5774 Change-Id: Ibfe51a2faf29f8ae160a9c330c9af0d09b5a9002
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol1-0/+150
This way we have all libosmocore.so in an own subdir instead of having lots of files in the parent dir, which also contains subdirs to other libraries. This also matches the schema under include/osmocom/. Change-Id: I6c76fafebdd5e961aed88bbecd2c16bc69d580e2