index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Nathan Jones <nathanj@insightbb.com> | 2007-10-19 13:17:53 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-10-19 19:29:17 -0500 |
commit | e472e80c084c5e94fdc15d2f6565c50e65854372 (patch) | |
tree | cf19a2493d81696f04469385a837b9a7a739733b /lib/libalpm/util.h | |
parent | 520db578daf4dfe4863f9c32026460ada9131b78 (diff) |
-rw-r--r-- | lib/libalpm/util.h | 3 |
diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index 5ebc70c5..17fa1235 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -67,6 +67,9 @@ char *strsep(char **, const char *); #define SYMEXPORT __attribute__((visibility("default"))) #define SYMHIDDEN __attribute__((visibility("internal"))) +/* max percent of package size to download deltas */ +#define MAX_DELTA_RATIO 0.7 + #endif /* _ALPM_UTIL_H */ /* vim: set ts=2 sw=2 noet: */ |