summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libcsupport.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-12-12 08:46:30 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-12-12 13:16:28 +0100
commit7bdb765a67812750b9454d2940512da9fec16d38 (patch)
treea28c0d2c31eeba4f783628eb9a914541023aa1d0 /cpukit/libcsupport/include/rtems/libcsupport.h
parentposix: Delete key/value if value is set to NULL (diff)
downloadrtems-7bdb765a67812750b9454d2940512da9fec16d38.tar.bz2
Add POSIX key value pairs to resource snapshot
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libcsupport.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index c1bb9a191c..e4ae0aea63 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -118,7 +118,6 @@ typedef struct {
typedef struct {
uint32_t active_barriers;
uint32_t active_condition_variables;
- uint32_t active_keys;
uint32_t active_message_queues;
uint32_t active_message_queue_descriptors;
uint32_t active_mutexes;
@@ -132,6 +131,8 @@ typedef struct {
typedef struct {
Heap_Information_block workspace_info;
Heap_Information_block heap_info;
+ uint32_t active_posix_key_value_pairs;
+ uint32_t active_posix_keys;
rtems_resource_rtems_api rtems_api;
rtems_resource_posix_api posix_api;
int open_files;