diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-06-13 22:09:13 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-06-13 23:07:26 +0100 |
commit | a9d7d044f552855a7ef78d953c0c2672e35bfc80 (patch) | |
tree | 0cbcca67b484e3c20668383d74af561e065dd409 /src | |
parent | 46ed232dc2ff2f7dff91cd93a13d7ce6f2cec504 (diff) | |
download | libguestfs-a9d7d044f552855a7ef78d953c0c2672e35bfc80.tar.gz libguestfs-a9d7d044f552855a7ef78d953c0c2672e35bfc80.tar.xz libguestfs-a9d7d044f552855a7ef78d953c0c2672e35bfc80.zip |
New API: device-index.
This returns the index of the device, eg. /dev/sdb => 1.
Or you can think of it as the order that the device was
added, or the index of the device in guestfs_list_devices.
Diffstat (limited to 'src')
-rw-r--r-- | src/MAX_PROC_NR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR index 0ae9d1ef..3d9988ad 100644 --- a/src/MAX_PROC_NR +++ b/src/MAX_PROC_NR @@ -1 +1 @@ -334 +335 |