dm-log-userspace-transfer.h 467 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) 2006-2009 Red Hat, Inc.
  3. *
  4. * This file is released under the LGPL.
  5. */
  6. #ifndef __DM_LOG_USERSPACE_TRANSFER_H__
  7. #define __DM_LOG_USERSPACE_TRANSFER_H__
  8. #define DM_MSG_PREFIX "dm-log-userspace"
  9. int dm_ulog_tfr_init(void);
  10. void dm_ulog_tfr_exit(void);
  11. int dm_consult_userspace(const char *uuid, uint64_t luid, int request_type,
  12. char *data, size_t data_size,
  13. char *rdata, size_t *rdata_size);
  14. #endif /* __DM_LOG_USERSPACE_TRANSFER_H__ */