Changeset 4470e26 in mainline for uspace/lib/libc/include


Ignore:
Timestamp:
2008-09-24T10:57:21Z (17 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0993087
Parents:
45454e9b
Message:

Separate load and run commands for loader. Update tracer - no events get missed on startup anymore.

Location:
uspace/lib/libc/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/ipc/loader.h

    r45454e9b r4470e26  
    4343        LOADER_SET_PATHNAME,
    4444        LOADER_SET_ARGS,
     45        LOADER_LOAD,
    4546        LOADER_RUN
    4647} fb_request_t;
  • uspace/lib/libc/include/loader/loader.h

    r45454e9b r4470e26  
    4747extern int loader_set_pathname(loader_t *, const char *);
    4848extern int loader_set_args(loader_t *, char *const []);
    49 extern int loader_start_program(loader_t *);
     49extern int loader_load_program(loader_t *);
     50extern int loader_run(loader_t *);
    5051extern void loader_abort(loader_t *);
    5152
Note: See TracChangeset for help on using the changeset viewer.