~ubuntu-branches/ubuntu/trusty/lvm2/trusty

« back to all changes in this revision

Viewing changes to libdm/libdevmapper.h

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-03-12 07:54:19 UTC
  • Revision ID: package-import@ubuntu.com-20130312075419-8x6ok8xczhwm5nny
Tags: 2.02.95-6ubuntu2
Add upstream-drop-udev_get_dev_path.patch: Remove udev_get_dev_path()
libudev call, as this is unsupported in libudev1. Backported from upstream
git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1500
1500
 
1501
1501
struct dm_pool *dm_config_memory(struct dm_config_tree *cft);
1502
1502
 
 
1503
/* Udev device directory. */
 
1504
#define DM_UDEV_DEV_DIR "/dev/"
 
1505
 
1503
1506
/* Cookie prefixes.
1504
1507
 *
1505
1508
 * The cookie value consists of a prefix (16 bits) and a base (16 bits).