mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #9364 from gschorcht/thread_arch
core: add architecture dependent thread information
This commit is contained in:
commit
2d27b32567
@ -209,6 +209,9 @@ struct _thread {
|
||||
const char *name; /**< thread's name */
|
||||
int stack_size; /**< thread's stack size */
|
||||
#endif
|
||||
#ifdef HAVE_THREAD_ARCH_T
|
||||
thread_arch_t arch; /**< architecture dependent part */
|
||||
#endif
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user