aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/opkg_conf.h')
-rw-r--r--libopkg/opkg_conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopkg/opkg_conf.h b/libopkg/opkg_conf.h
index 803c91a..1b93de4 100644
--- a/libopkg/opkg_conf.h
+++ b/libopkg/opkg_conf.h
@@ -37,6 +37,7 @@ extern "C" {
#define OPKG_CONF_CACHE_DIR OPKG_STATE_DIR_PREFIX "/cache"
#define OPKG_CONF_DEFAULT_CONF_FILE_DIR OPKGETCDIR"/opkg"
+#define OPKG_CONF_DEFAULT_LOCK_FILE "/var/run/opkg.lock"
/* In case the config file defines no dest */
#define OPKG_CONF_DEFAULT_DEST_NAME "root"
@@ -60,6 +61,7 @@ typedef struct opkg_conf {
char *tmp_dir;
char *lists_dir;
char *cache_dir;
+ char *lock_file;
unsigned int pfm; /* package field mask */