Changeset cd688d9 in mainline for uspace/lib/libblock/libblock.c


Ignore:
Timestamp:
2009-08-27T18:34:38Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
402a18f
Parents:
c91f2d1b
Message:

Add the 'toxic' member to block_t.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libblock/libblock.c

    rc91f2d1b rcd688d9  
    306306        b->refcnt = 1;
    307307        b->dirty = false;
     308        b->toxic = false;
    308309        fibril_rwlock_initialize(&b->contents_lock);
    309310        link_initialize(&b->free_link);
Note: See TracChangeset for help on using the changeset viewer.