- Timestamp:
- 2019-08-07T05:34:50Z (7 years ago)
- Children:
- 5cd2290
- Parents:
- 3ea98e8
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-10-18 10:51:05)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 05:34:50)
- File:
-
- 1 edited
-
abi/include/abi/proc/task.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/proc/task.h
r3ea98e8 r1fb4a49 40 40 typedef uint64_t task_id_t; 41 41 42 typedef enum { 43 /** Task terminated synchronously on its own request. */ 44 EXIT_REASON_SELF, 45 /** Task was killed by kill request (own or outer). */ 46 EXIT_REASON_KILLED 47 } exit_reason_t; 48 42 49 #endif 43 50
Note:
See TracChangeset
for help on using the changeset viewer.
