Subversion Repositories HelenOS

Rev

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

Rev 2546 Rev 2568
Line 180... Line 180...
180
     * Tell the async framework that other connections are to be handled by
180
     * Tell the async framework that other connections are to be handled by
181
     * the same connection fibril as well.
181
     * the same connection fibril as well.
182
     */
182
     */
183
    async_set_client_connection(fat_connection);
183
    async_set_client_connection(fat_connection);
184
 
184
 
185
    async_create_manager();
185
    async_manager();
186
 
-
 
187
    /*
-
 
188
     * TODO: Interestingly, if we merely return, the only thread dies.
-
 
189
     *   If the only thread dies, the whole task is destroyed.
-
 
190
     *   Prevent the thread from exiting when there are active fibrils.
-
 
191
     */
-
 
192
    fibril_schedule_next_adv(FIBRIL_FROM_DEAD);
-
 
193
    /* not reached */
186
    /* not reached */
194
 
-
 
195
    return 0;
187
    return 0;
196
}
188
}
197
 
189
 
198
/**
190
/**
199
 * @}
191
 * @}