~ubuntu-branches/ubuntu/vivid/lvm2/vivid

« back to all changes in this revision

Viewing changes to daemons/clvmd/clvmd-openais.c

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2012-05-01 20:27:50 UTC
  • mto: (3.1.23 sid)
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: package-import@ubuntu.com-20120501202750-gljjjtblowwq9mw8
Tags: upstream-2.02.95
ImportĀ upstreamĀ versionĀ 2.02.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
667
667
}
668
668
 
669
669
static struct cluster_ops _cluster_openais_ops = {
 
670
        .name                     = "openais",
670
671
        .cluster_init_completed   = NULL,
671
672
        .cluster_send_message     = _cluster_send_message,
672
673
        .name_from_csid           = _name_from_csid,