Changeset 681a985 in mainline for uspace/lib/bithenge/transform.h
- Timestamp:
- 2012-08-17T04:30:42Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a7356dc
- Parents:
- b224a3e
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/transform.h
rb224a3e r681a985 110 110 return; 111 111 assert(self->ops); 112 assert(self->refs > 0); 112 113 if (--self->refs == 0) 113 114 self->ops->destroy(self);
Note:
See TracChangeset
for help on using the changeset viewer.