1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-14 15:33:15 +03:00

Preparation for an LVM2 liblvm - pass cmd_context into each tool and

link some globals that the tools need into that structure.
This commit is contained in:
Alasdair Kergon
2002-02-11 20:50:53 +00:00
parent fc1030bb22
commit c4856caebb
51 changed files with 514 additions and 518 deletions

View File

@@ -13,6 +13,7 @@
#include "config.h"
#include "hash.h"
#include "dbg_malloc.h"
#include "toolcontext.h"
#include <unistd.h>
#include <sys/types.h>