Changeset f2da0bb in mainline for uspace/app/bithenge/transform.h


Ignore:
Timestamp:
2012-06-24T19:24:35Z (12 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/transform.h

    r0d1a8fd rf2da0bb  
    104104}
    105105
    106 /** Decrement a transform's reference count.
     106/** Decrement a transform's reference count and free it if appropriate.
    107107 * @param xform The transform to dereference, or NULL.
    108108 * @return EOK on success or an error code from errno.h. */
Note: See TracChangeset for help on using the changeset viewer.