summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-23 19:07:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-23 19:07:02 +0000
commit8d37343a5d3fef53422c7728a4e8b65bc4045bdb (patch)
tree188ddc956c8641a759dde204a312ab253baaa9de /cpukit/rtems/include
parentAdded rtems_task_variable_get from Eric Norum. (diff)
downloadrtems-8d37343a5d3fef53422c7728a4e8b65bc4045bdb.tar.bz2
Directive rtems_task_variable_get() added by Eric Norum.
Diffstat (limited to 'cpukit/rtems/include')
-rw-r--r--cpukit/rtems/include/rtems/rtems/tasks.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/tasks.h b/cpukit/rtems/include/rtems/rtems/tasks.h
index f9234e6e89..10938376e2 100644
--- a/cpukit/rtems/include/rtems/rtems/tasks.h
+++ b/cpukit/rtems/include/rtems/rtems/tasks.h
@@ -417,6 +417,18 @@ rtems_status_code rtems_task_variable_add(
);
/*
+ * rtems_task_variable_get
+ *
+ * This directive gets the value of a task variable.
+ */
+
+rtems_status_code rtems_task_variable_get(
+ rtems_id tid,
+ void **ptr,
+ void **result
+);
+
+/*
* rtems_task_variable_delete
*
* This directive removes a per task variable.