Subversion Repositories HelenOS

Rev

Rev 2799 | Rev 2804 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2799 Rev 2801
Line 91... Line 91...
91
    /**
91
    /**
92
     * Active asynchronous messages. It is used for limiting uspace to
92
     * Active asynchronous messages. It is used for limiting uspace to
93
     * certain extent.
93
     * certain extent.
94
     */
94
     */
95
    atomic_t active_calls;
95
    atomic_t active_calls;
-
 
96
 
-
 
97
    /** Debugging stuff */
-
 
98
    bool being_debugged;
-
 
99
    bool stop_request;
-
 
100
    call_t *debug_begin_call;
-
 
101
    call_t *debug_go_call;
96
   
102
   
97
    /** Architecture specific task data. */
103
    /** Architecture specific task data. */
98
    task_arch_t arch;
104
    task_arch_t arch;
99
   
105
   
100
    /**
106
    /**