~ignacio-nin/+junk/percona-xtradb-cluster-galera

« back to all changes in this revision

Viewing changes to gcs/src/gcs.h

  • Committer: Alex Yurchenko
  • Date: 2011-11-13 20:37:10 UTC
  • mfrom: (87.1.2 1.x)
  • Revision ID: ayurchen@void-20111113203710-l2hjr20de14hk79j
References lp:884566 - synced with SVN branch 2.x r2509

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Copyright (C) 2008-2011 Codership Oy <info@codership.com>
3
3
 *
4
 
 * $Id: gcs.h 2479 2011-11-02 03:14:22Z alex $
 
4
 * $Id: gcs.h 2497 2011-11-09 21:41:52Z alex $
5
5
 */
6
6
 
7
7
/*!
282
282
 * receiving all the actions). Requires gcs_join() to return to normal.
283
283
 *
284
284
 * @param conn  connection to group
285
 
 * @return negative error code, 0 in case of success
 
285
 * @return negative error code, local seqno in case of success
286
286
 */
287
 
extern long gcs_desync (gcs_conn_t* conn);
 
287
extern gcs_seqno_t gcs_desync (gcs_conn_t* conn);
288
288
 
289
289
/*! @brief Informs group on behalf of donor that state stransfer is over.
290
290
 * If status is non-negative, joiner will be considered fully joined to group.