Changeset 18377301 in mainline
- Timestamp:
- 2019-08-07T09:47:13Z (5 years ago)
- Children:
- 25a9fec
- Parents:
- cf172c5
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-03 21:39:31)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:47:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/edge.c
rcf172c5 r18377301 112 112 113 113 e->output = output; 114 list_append(&e->edges_in, output->edges_id);114 list_append(&e->edges_in, &output->edges_in); 115 115 116 116 free(e->output_name);
Note:
See TracChangeset
for help on using the changeset viewer.