Changeset 03cad47 in mainline for uspace/app/bithenge/expression.c


Ignore:
Timestamp:
2012-07-28T00:20:31Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4056ad0
Parents:
6e34bd0
Message:

Bithenge: make num_params more dynamic

File:
1 edited

Legend:

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

    r6e34bd0 r03cad47  
    271271        .prefix_length = param_wrapper_prefix_length,
    272272        .destroy = param_wrapper_destroy,
    273         .num_params = 0, /* This transform should not be used inside another
    274                             param_wrapper or explicitly in a script, so this
    275                             number doesn't matter. */
    276273};
    277274
     
    295292
    296293        rc = bithenge_init_transform(param_wrapper_as_transform(self),
    297             &param_wrapper_ops);
     294            &param_wrapper_ops, 0);
    298295        if (rc != EOK)
    299296                goto error;
Note: See TracChangeset for help on using the changeset viewer.