index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-02-07 21:33:30 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-02-08 09:28:24 -0600 |
commit | 942bb9e64a7ba11e5f2a0db374bcaa21868eceb6 (patch) | |
tree | 25c9c5dcfc1ed483ec180e1a60dc49aaa7eb3b4f /lib/libalpm/diskspace.h | |
parent | da3b93460258fd24e2535360586fea668fa055fb (diff) |
-rw-r--r-- | lib/libalpm/diskspace.h | 1 |
diff --git a/lib/libalpm/diskspace.h b/lib/libalpm/diskspace.h index 25b9cfbf..ae99d0c8 100644 --- a/lib/libalpm/diskspace.h +++ b/lib/libalpm/diskspace.h @@ -32,6 +32,7 @@ typedef struct __alpm_mountpoint_t { /* mount point information */ char *mount_dir; + size_t mount_dir_len; /* storage for additional disk usage calculations */ long blocks_needed; long max_blocks_needed; |