Changeset 22d990c in mainline for uspace/srv/taskman/task.h


Ignore:
Timestamp:
2020-01-11T00:36:26Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
06599a1
Parents:
8a74512
Message:

Clean up code

Correcting order of includes. Remove unnecessary new lines. Removing
old function declaration. Typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/taskman/task.h

    r8a74512 r22d990c  
    6969        /* Link to listeners list. */
    7070        link_t listeners;
    71         /* Session for notifications to task. */
     71        /* Session for sending event notifications to registrar. */
    7272        async_sess_t *sess;
    7373} task_t;
Note: See TracChangeset for help on using the changeset viewer.