/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcilib/event.c

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-24 03:35:48 UTC
  • Revision ID: csa@suren.me-20150424033548-7xhacqq2s8s1t2fp
More structural changes to get ready for stand-alone event engines

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
    api = model_info->api;
61
61
 
62
 
//    api = pcilib_model[model].api;
63
62
    if ((api)&&(api->init)) {
64
63
        ctx->event_ctx = api->init(ctx);
65
64
        if (ctx->event_ctx) {