Changeset f2da0bb in mainline for uspace/app/bithenge/blob.c


Ignore:
Timestamp:
2012-06-24T19:24:35Z (13 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04a7435f
Parents:
0d1a8fd
Message:

Bithenge: use reference counting for nodes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/blob.c

    r0d1a8fd rf2da0bb  
    5959
    6060        blob->base.type = BITHENGE_NODE_BLOB;
     61        blob->base.refs = 1;
    6162        blob->base.blob_ops = ops;
    6263        return EOK;
Note: See TracChangeset for help on using the changeset viewer.