mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
treewide: cleanup code
- Revise some messages so meaning is clearer - Fix some whitespace, etc - Simplify a coiuple of small functions [cleanup commit message] Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
829fa0faed
commit
b7e3d6f34d
4 changed files with 31 additions and 24 deletions
|
|
@ -213,7 +213,7 @@ struct probe_head_s {
|
|||
|
||||
struct probe_entry_s* first_probe;
|
||||
struct probe_entry_s* first_probe_skip;
|
||||
};
|
||||
};
|
||||
|
||||
extern struct probe_head_s probe_set;
|
||||
extern pthread_mutex_t probe_array_mutex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue