dlm_internal.h (c1f3ee120bb61045b1c0a3ead620d1d65af47130) | dlm_internal.h (eef7d739c218cb2546cf95686db77de0d76e4122) |
---|---|
1/****************************************************************************** 2******************************************************************************* 3** 4** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 5** Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. 6** 7** This copyrighted material is made available to anyone wishing to use, 8** modify, copy, or redistribute it subject to the terms and conditions --- 389 unchanged lines hidden (view full) --- 398 uint32_t rc_type; /* DLM_RCOM_ */ 399 int rc_result; /* multi-purpose */ 400 uint64_t rc_id; /* match reply with request */ 401 uint64_t rc_seq; /* sender's ls_recover_seq */ 402 uint64_t rc_seq_reply; /* remote ls_recover_seq */ 403 char rc_buf[0]; 404}; 405 | 1/****************************************************************************** 2******************************************************************************* 3** 4** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 5** Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. 6** 7** This copyrighted material is made available to anyone wishing to use, 8** modify, copy, or redistribute it subject to the terms and conditions --- 389 unchanged lines hidden (view full) --- 398 uint32_t rc_type; /* DLM_RCOM_ */ 399 int rc_result; /* multi-purpose */ 400 uint64_t rc_id; /* match reply with request */ 401 uint64_t rc_seq; /* sender's ls_recover_seq */ 402 uint64_t rc_seq_reply; /* remote ls_recover_seq */ 403 char rc_buf[0]; 404}; 405 |
406union dlm_packet { 407 struct dlm_header header; /* common to other two */ 408 struct dlm_message message; 409 struct dlm_rcom rcom; 410}; 411 |
|
406struct rcom_config { 407 uint32_t rf_lvblen; 408 uint32_t rf_lsflags; 409 uint64_t rf_unused; 410}; 411 412struct rcom_lock { 413 uint32_t rl_ownpid; --- 177 unchanged lines hidden --- | 412struct rcom_config { 413 uint32_t rf_lvblen; 414 uint32_t rf_lsflags; 415 uint64_t rf_unused; 416}; 417 418struct rcom_lock { 419 uint32_t rl_ownpid; --- 177 unchanged lines hidden --- |