From 927c48a90eb2a5ebf9e221041cd963c7377c8349 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 20 Dec 2002 04:31:40 +0000 Subject: "" svn path=/trunk/; revision=305 --- externals/grill/flext/source/flclass.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/grill/flext/source/flclass.h') diff --git a/externals/grill/flext/source/flclass.h b/externals/grill/flext/source/flclass.h index 66da8e7a..dd51d85a 100644 --- a/externals/grill/flext/source/flclass.h +++ b/externals/grill/flext/source/flclass.h @@ -443,11 +443,11 @@ protected: //! \brief Check if this class represents the current thread bool Is(pthread_t id = pthread_self()) const { return pthread_equal(thrid,id) != 0; } - bool active,shouldexit; - pthread_t thrid; + flext_base *th; void *(*meth)(thr_params *); thr_params *params; - flext_base *th; + pthread_t thrid; + bool active,shouldexit; thr_entry *nxt; }; -- cgit v1.2.1