index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-02-08 21:19:00 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-02-11 10:38:58 -0600 |
commit | 3afe3b6dfb928200166f348964de24e3f7188568 (patch) | |
tree | ef129c6235014841c8734218493bd20789537db7 /lib/libalpm/diskspace.h | |
parent | 1358a4a80f4d8edbeedc0fdd1e026b491cbb8815 (diff) |
-rw-r--r-- | lib/libalpm/diskspace.h | 1 |
diff --git a/lib/libalpm/diskspace.h b/lib/libalpm/diskspace.h index ae99d0c8..7c7dcebd 100644 --- a/lib/libalpm/diskspace.h +++ b/lib/libalpm/diskspace.h @@ -37,6 +37,7 @@ typedef struct __alpm_mountpoint_t { long blocks_needed; long max_blocks_needed; int used; + int read_only; FSSTATSTYPE fsp; } alpm_mountpoint_t; |