Changeset 78192cc7 in mainline for uspace/app/vlaunch/vlaunch.c


Ignore:
Timestamp:
2014-07-13T14:06:23Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af2a76c, f303f2cf
Parents:
c1b979a
Message:

Fibril timer locking improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/vlaunch/vlaunch.c

    rc1b979a r78192cc7  
    200200        }
    201201       
    202         timer = fibril_timer_create();
     202        timer = fibril_timer_create(NULL);
    203203        if (!timer) {
    204204                printf("Unable to create timer.\n");
Note: See TracChangeset for help on using the changeset viewer.