/[rtmk]/rtmk/ipc-object.c
ViewVC logotype

Diff of /rtmk/ipc-object.c

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

revision 1.2 by jrydberg, Mon Dec 10 20:51:04 2001 UTC revision 1.3 by jrydberg, Thu Jan 3 01:32:43 2002 UTC
# Line 97  ipc_object_create (void) Line 97  ipc_object_create (void)
97    /* One for the caller, 0 for stayin' alive.  */    /* One for the caller, 0 for stayin' alive.  */
98    
99    object->refcount = 1;    object->refcount = 1;
100    thread_lock_init (&object->lock, true);    thread_lock_init (&object->lock, true, true);
101    
102    /* Initialize the "fast" <object, name> lookup table.  */    /* Initialize the "fast" <object, name> lookup table.  */
103    

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

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