~maresja1/+junk/helenos_qemu_porting

« back to all changes in this revision

Viewing changes to abi/include/abi/proc/uarg.h

  • Committer: Jan Mares
  • Date: 2015-01-31 12:40:12 UTC
  • Revision ID: jan@localhost.localdomain-20150131124012-o9p3o06x3u15voyz
Added join fot thread, failing to get thread_id.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        void *uspace_stack;
42
42
        size_t uspace_stack_size;
43
43
        
44
 
        void (* uspace_thread_function)();
 
44
        void* (* uspace_thread_function)(void *);
45
45
        void *uspace_thread_arg;
46
46
        
47
47
        struct uspace_arg *uspace_uarg;