From 3a7628e86a78a2334513d44472d5983175e62944 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 15 Nov 2013 15:38:52 +0100 Subject: score: Objects_Information::extract visibility This filed is only used if RTEMS_MULTIPROCESSING is defined. --- cpukit/score/include/rtems/score/objectimpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/score/include/rtems/score/objectimpl.h b/cpukit/score/include/rtems/score/objectimpl.h index c6c870fcd9..afd29ea750 100644 --- a/cpukit/score/include/rtems/score/objectimpl.h +++ b/cpukit/score/include/rtems/score/objectimpl.h @@ -156,9 +156,9 @@ typedef struct { #endif /** This is the maximum length of names. */ uint16_t name_length; - /** This is this object class' method called when extracting a thread. */ - Objects_Thread_queue_Extract_callout extract; #if defined(RTEMS_MULTIPROCESSING) + /** This is this object class' method called when extracting a thread. */ + Objects_Thread_queue_Extract_callout extract; /** This is this object class' pointer to the global name table */ Chain_Control *global_table; #endif -- cgit v1.2.3