summaryrefslogtreecommitdiff
path: root/indra/llplugin/llpluginmessagepipe.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-11-29 12:10:31 -0600
committerDave Parks <davep@lindenlab.com>2011-11-29 12:10:31 -0600
commit893b5e16b81ead08ef22b03594e0a835df525778 (patch)
tree25166e9edda070e62780d69d0061cb5c197b21a8 /indra/llplugin/llpluginmessagepipe.h
parentd22584bfe51c034076d9e8df01f70628abc22f85 (diff)
parent1da7f4222479cc98bb85341de6a3bc93cd6fa4b4 (diff)
merge
Diffstat (limited to 'indra/llplugin/llpluginmessagepipe.h')
-rw-r--r--indra/llplugin/llpluginmessagepipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llplugin/llpluginmessagepipe.h b/indra/llplugin/llpluginmessagepipe.h
index beb942c0fe..059943cc90 100644
--- a/indra/llplugin/llpluginmessagepipe.h
+++ b/indra/llplugin/llpluginmessagepipe.h
@@ -86,6 +86,7 @@ protected:
std::string mInput;
LLMutex mOutputMutex;
std::string mOutput;
+ std::string::size_type mOutputStartIndex;
LLPluginMessagePipeOwner *mOwner;
LLSocket::ptr_t mSocket;