Guest User

Untitled

a guest
Apr 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. 1,4c1,19
  2. < #ifndef MY_ABC_HERE
  3. < #define MY_ABC_HERE
  4. < #endif
  5. <
  6. ---
  7. > /*
  8. > * Copyright (C) 2012 Alexander Block. All rights reserved.
  9. > * Copyright (C) 2012 STRATO. All rights reserved.
  10. > *
  11. > * This program is free software; you can redistribute it and/or
  12. > * modify it under the terms of the GNU General Public
  13. > * License v2 as published by the Free Software Foundation.
  14. > *
  15. > * This program is distributed in the hope that it will be useful,
  16. > * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. > * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  18. > * General Public License for more details.
  19. > *
  20. > * You should have received a copy of the GNU General Public
  21. > * License along with this program; if not, write to the
  22. > * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  23. > * Boston, MA 021110-1307, USA.
  24. > */
  25. >
  26. 30c45
  27. <
  28. ---
  29. > /* len excluding the header */
  30. 33c48
  31. <
  32. ---
  33. > /* crc including the header with zero crc field */
  34. 39c54
  35. <
  36. ---
  37. > /* len excluding the header */
  38. 42a58
  39. > /* commands */
  40. 74,76d89
  41. < #ifdef MY_DEF_HERE
  42. < BTRFS_SEND_C_SUBVOL_FLAG,
  43. < #endif
  44. 80a94
  45. > /* attributes in send stream */
  46. 114,116d127
  47. < #ifdef MY_DEF_HERE
  48. < BTRFS_SEND_A_FLAG,
  49. < #endif
Add Comment
Please, Sign In to add comment