/[hurd]/hurd/libports/resume-bucket-rpcs.c
ViewVC logotype

Diff of /hurd/libports/resume-bucket-rpcs.c

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

revision 1.1 by mib, Tue Jun 20 16:31:54 1995 UTC revision 1.2 by marcus, Mon Nov 8 15:38:03 2004 UTC
# Line 28  ports_resume_bucket_rpcs (struct port_bu Line 28  ports_resume_bucket_rpcs (struct port_bu
28    mutex_lock (&_ports_lock);    mutex_lock (&_ports_lock);
29    assert (bucket->flags & PORT_BUCKET_INHIBITED);    assert (bucket->flags & PORT_BUCKET_INHIBITED);
30    bucket->flags &= ~PORT_BUCKET_INHIBITED;    bucket->flags &= ~PORT_BUCKET_INHIBITED;
31    if (bucket->flags | PORT_BUCKET_BLOCKED)    if (bucket->flags & PORT_BUCKET_BLOCKED)
32      {      {
33        bucket->flags &= ~PORT_BUCKET_BLOCKED;        bucket->flags &= ~PORT_BUCKET_BLOCKED;
34        condition_broadcast (&_ports_block);        condition_broadcast (&_ports_block);

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

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