Changeset dda2602 in mainline for uspace/srv/sysman/job.h


Ignore:
Timestamp:
2019-08-03T09:41:07Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
dd5c623
Parents:
c0e4fc50
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-05-08 11:10:06)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-03 09:41:07)
Message:

sysman: Create units to start up to compositor

  • add necessary units to support basic GUI (barber, vterm)
  • lacking autostart is compensated with explicit dependencies
  • IPC_FLAG_AUTOSTART in compositor and locsrv fix
  • paths to v* binaries
  • refactored job closure creation

Conflicts:

boot/Makefile.common
uspace/app/vlaunch/vlaunch.c
uspace/srv/hid/compositor/compositor.c
uspace/srv/locsrv/locsrv.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/job.h

    rc0e4fc50 rdda2602  
    5454} job_retval_t;
    5555
    56 typedef struct {
     56struct job {
    5757        link_t job_queue;
    5858        atomic_t refcnt;
     
    7272        /** See job_retval_t */
    7373        job_retval_t retval;
    74 } job_t;
     74};
    7575
     76typedef struct job job_t;
    7677typedef job_t *job_ptr_t;
    7778
Note: See TracChangeset for help on using the changeset viewer.