| * Copyright (C) 2007 Red Hat, Inc. All rights reserved. |
| * This copyrighted material is made available to anyone wishing to use, |
| * modify, copy, or redistribute it subject to the terms and conditions |
| * of the GNU General Public License v.2. |
| #define DLM_LOCK_DATA_VERSION 1 |
| char resource_name[DLM_RESNAME_MAXLEN]; |
| DLM_CMD_HELLO, /* user->kernel */ |
| DLM_CMD_TIMEOUT, /* kernel->user */ |
| #define DLM_CMD_MAX (__DLM_CMD_MAX - 1) |
| #define DLM_TYPE_MAX (__DLM_TYPE_MAX - 1) |
| #define DLM_GENL_VERSION 0x1 |
| #define DLM_GENL_NAME "DLM" |
| #endif /* _DLM_NETLINK_H */ |