4 * Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved.
6 * This copyrighted material is made available to anyone wishing to use,
7 * modify, copy, or redistribute it subject to the terms and conditions
8 * of the GNU Lesser General Public License v.2.1.
10 * You should have received a copy of the GNU Lesser General Public License
11 * along with this program; if not, write to the Free Software Foundation,
12 * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 char *__rq_types_off_by_one
[] = {
21 "DM_ULOG_POSTSUSPEND",
23 "DM_ULOG_GET_REGION_SIZE",
27 "DM_ULOG_MARK_REGION",
28 "DM_ULOG_CLEAR_REGION",
29 "DM_ULOG_GET_RESYNC_WORK",
30 "DM_ULOG_SET_REGION_SYNC",
31 "DM_ULOG_GET_SYNC_COUNT",
32 "DM_ULOG_STATUS_INFO",
33 "DM_ULOG_STATUS_TABLE",
34 "DM_ULOG_IS_REMOTE_RECOVERING",
42 * Variables for various conditional logging
45 int log_membership_change
= 1;
47 int log_membership_change
= 0;
51 int log_checkpoint
= 1;
53 int log_checkpoint
= 0;
57 int log_resend_requests
= 1;
59 int log_resend_requests
= 0;