Changeset 0a8f070 in mainline for uspace/lib/c/include/loader/pcb.h
- Timestamp:
- 2019-08-07T02:33:03Z (6 years ago)
- Children:
- fe86d9d
- Parents:
- 103939e
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-08-16 16:04:14)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 02:33:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/loader/pcb.h
r103939e r0a8f070 46 46 }; 47 47 48 /* Forward declaration */ 49 struct async_sess; 50 typedef struct async_sess async_sess_t; 51 48 52 /** Program Control Block. 49 53 * … … 57 61 entry_point_t entry; 58 62 63 /** Primary session to broker. */ 64 async_sess_t *session_primary; 65 59 66 /** Current working directory. */ 60 67 char *cwd;
Note:
See TracChangeset
for help on using the changeset viewer.