From bfce4c04da643ba2b4ca8733b7788ab72729c7b3 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Thu, 22 Jan 2015 15:45:52 -0500 Subject: add --threads option --- src/pacman/conf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pacman/conf.h') diff --git a/src/pacman/conf.h b/src/pacman/conf.h index 23cb1e52..4b076ffd 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -210,7 +210,8 @@ enum { OP_DOWNLOADONLY, OP_REFRESH, OP_ASSUMEINSTALLED, - OP_DISABLEDLTIMEOUT + OP_DISABLEDLTIMEOUT, + OP_THREADS }; /* clean method */ -- cgit v1.2.3-24-g4f1b