1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/application_layer/cord
Marian Buschsieweke 3b6fa61829
sys: Cleanup access to internal variables
Replace direct accesses to sched_active_thread and sched_active_pid with
the helper functions thread_getpid() and thread_get_active(). This serves
two purposes:

1. It makes accidental writes to those variable from outside core less likely.
2. Casting off the volatile qualifier is now well contained to those two
   functions
2020-08-24 20:28:11 +02:00
..
common net/cord: use canonical function name to add Uri-Query option 2020-04-06 06:19:44 -04:00
ep sys: Cleanup access to internal variables 2020-08-24 20:28:11 +02:00
epsim net/cord/epsim: Replace usage of deprecated gcoap_finish 2020-07-17 09:51:34 +02:00
lc sys: Cleanup access to internal variables 2020-08-24 20:28:11 +02:00
doc.txt net/rdcli: new module structure and high-level doc 2018-10-17 09:29:19 +02:00