diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2010-02-26 17:34:39 -0800 | 
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2010-02-26 17:34:39 -0800 | 
| commit | 5352954eb65076d877cc74d4328620e910b93d1c (patch) | |
| tree | a8bf1c956c0de44a5ab7eb0a2a05d5e9ed29b751 /indra/llvfs | |
| parent | 13d4257868451d1e3a5797bd02a0e6f749cc0836 (diff) | |
| parent | b1891e2982cc03ccd695eae82989d3e58695616c (diff) | |
automated merge
Diffstat (limited to 'indra/llvfs')
| -rwxr-xr-x | indra/llvfs/llpidlock.cpp | 8 | ||||
| -rw-r--r-- | indra/llvfs/llvfile.h | 1 | 
2 files changed, 6 insertions, 3 deletions
| diff --git a/indra/llvfs/llpidlock.cpp b/indra/llvfs/llpidlock.cpp index 95e3692e10..28cee29405 100755 --- a/indra/llvfs/llpidlock.cpp +++ b/indra/llvfs/llpidlock.cpp @@ -68,8 +68,12 @@ class LLPidLockFile  {  	public:  		LLPidLockFile( ) : -			mSaving(FALSE), mWaiting(FALSE),  -			mClean(TRUE), mPID(getpid()) +			mAutosave(false), +			mSaving(false), +			mWaiting(false), +			mPID(getpid()), +			mNameTable(NULL), +			mClean(true)  		{  			mLockName = gDirUtilp->getTempDir() + gDirUtilp->getDirDelimiter() + "savelock";  		} diff --git a/indra/llvfs/llvfile.h b/indra/llvfs/llvfile.h index 5f69a41040..c3bca8c737 100644 --- a/indra/llvfs/llvfile.h +++ b/indra/llvfs/llvfile.h @@ -88,7 +88,6 @@ protected:  	S32		mMode;  	LLVFS	*mVFS;  	F32		mPriority; -	BOOL	mOnReadQueue;  	S32		mBytesRead;  	LLVFSThread::handle_t mHandle; | 
