Index: generic/include/proc/thread.h
===================================================================
--- generic/include/proc/thread.h	(revision 482826d75499a7a92dfbb849934f408e9ae8469b)
+++ generic/include/proc/thread.h	(revision c9d2235bfff48451acbb0bac7a1aec13b808f114)
@@ -88,4 +88,5 @@
 	context_t sleep_interruption_context;
 
+	bool sleep_interruptible;		/**< If true, the thread can be interrupted from sleep. */
 	waitq_t *sleep_queue;			/**< Wait queue in which this thread sleeps. */
 	timeout_t sleep_timeout;		/**< Timeout used for timeoutable sleeping.  */
