diff options
Diffstat (limited to 'linden/indra/llcrashlogger/llcrashlogger.h')
-rwxr-xr-x | linden/indra/llcrashlogger/llcrashlogger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcrashlogger/llcrashlogger.h b/linden/indra/llcrashlogger/llcrashlogger.h index d5618b7..bf51e71 100755 --- a/linden/indra/llcrashlogger/llcrashlogger.h +++ b/linden/indra/llcrashlogger/llcrashlogger.h | |||
@@ -56,11 +56,11 @@ public: | |||
56 | virtual bool cleanup() { return true; } | 56 | virtual bool cleanup() { return true; } |
57 | void setUserText(LLString& text) { mCrashInfo["UserNotes"] = text; } | 57 | void setUserText(LLString& text) { mCrashInfo["UserNotes"] = text; } |
58 | S32 getCrashBehavior() { return mCrashBehavior; } | 58 | S32 getCrashBehavior() { return mCrashBehavior; } |
59 | bool runCrashLogPost(LLString host, LLSD data, LLString msg, int retries, int timeout); | ||
59 | protected: | 60 | protected: |
60 | S32 mCrashBehavior; | 61 | S32 mCrashBehavior; |
61 | BOOL mCrashInPreviousExec; | 62 | BOOL mCrashInPreviousExec; |
62 | std::map<LLString, LLString> mFileMap; | 63 | std::map<LLString, LLString> mFileMap; |
63 | static const int mMaxSendSize = 200000; | ||
64 | LLString mGridName; | 64 | LLString mGridName; |
65 | LLControlGroup mCrashSettings; | 65 | LLControlGroup mCrashSettings; |
66 | LLString mProductName; | 66 | LLString mProductName; |