Rev 2483 | Rev 2568 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2483 | Rev 2492 | ||
|---|---|---|---|
| Line 252... | Line 252... | ||
| 252 | return (fid_t) f; |
252 | return (fid_t) f; |
| 253 | } |
253 | } |
| 254 | 254 | ||
| 255 | /** Add a fibril to the ready list. |
255 | /** Add a fibril to the ready list. |
| 256 | * |
256 | * |
| 257 | * @param fid Pinter to the fibril structure of the fibril to be added. |
257 | * @param fid Pinter to the fibril structure of the fibril to be |
| - | 258 | * added. |
|
| 258 | */ |
259 | */ |
| 259 | void fibril_add_ready(fid_t fid) |
260 | void fibril_add_ready(fid_t fid) |
| 260 | { |
261 | { |
| 261 | fibril_t *f; |
262 | fibril_t *f; |
| 262 | 263 | ||