~ubuntu-branches/ubuntu/precise/corosync/precise-proposed

« back to all changes in this revision

Viewing changes to exec/apidef.c

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2010-07-02 01:24:53 UTC
  • mfrom: (1.1.4 upstream) (5.1.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100702012453-qky79tg6hjly2dmq
Tags: 1.2.1-1ubuntu1
* Merge from debian unstable (LP: #600900). Remaining changes:
  - Raised consensus time out to 5000ms
  - debian/control, debian/rules: Removing now-unnecessary quilt build-dep

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
        .tpg_groups_reserve = NULL,
130
130
        .tpg_groups_release = NULL,
131
131
        .schedwrk_create = schedwrk_create,
 
132
        .schedwrk_create_nolock = schedwrk_create_nolock,
132
133
        .schedwrk_destroy = schedwrk_destroy,
133
134
        .sync_request = NULL, //sync_request,
134
135
        .quorum_is_quorate = corosync_quorum_is_quorate,