/[hurd]/hurd-l4/libhurd-cap-server/bucket-create.c
ViewVC logotype

Diff of /hurd-l4/libhurd-cap-server/bucket-create.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by marcus, Thu Apr 8 00:40:38 2004 UTC revision 1.4 by marcus, Mon Oct 25 15:11:18 2004 UTC
# Line 150  hurd_cap_bucket_create (hurd_cap_bucket_ Line 150  hurd_cap_bucket_create (hurd_cap_bucket_
150    hurd_ihash_init (&bucket->clients_reverse,    hurd_ihash_init (&bucket->clients_reverse,
151                     offsetof (struct _hurd_cap_client, locp));                     offsetof (struct _hurd_cap_client, locp));
152    
153      /* Do not use asynchronous thread allocation by default.  */
154      bucket->is_worker_alloc_async = false;
155      /* We have to leave bucket->worker_alloc uninitialized.  That field
156         and bucket->worker_alloc_state will be initialized if
157         asynchronous worker thread allocation is used.  */
158    
159    /* Finally, add the notify handler.  */    /* Finally, add the notify handler.  */
160    bucket->client_death_notify.notify_handler = _hurd_cap_client_death;    bucket->client_death_notify.notify_handler = _hurd_cap_client_death;
161    bucket->client_death_notify.hook = bucket;    bucket->client_death_notify.hook = bucket;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26