Changeset c1b979a in mainline for uspace/lib/c/include/fibril.h
- Timestamp:
- 2014-07-11T23:06:30Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 78192cc7
- Parents:
- 8e4a408
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/fibril.h
r8e4a408 rc1b979a 67 67 typedef struct fibril { 68 68 link_t link; 69 link_t all_link; 69 70 context_t ctx; 70 71 void *stack;
Note:
See TracChangeset
for help on using the changeset viewer.