aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llares.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/llares.h')
-rw-r--r--linden/indra/llmessage/llares.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llares.h b/linden/indra/llmessage/llares.h
index 5d72170..17f6085 100644
--- a/linden/indra/llmessage/llares.h
+++ b/linden/indra/llmessage/llares.h
@@ -437,9 +437,11 @@ public:
437 */ 437 */
438 static const char *strerror(int code); 438 static const char *strerror(int code);
439 439
440 bool isInitialized(void) { return mInitSuccess; }
441
440protected: 442protected:
441 ares_channel chan_; 443 ares_channel chan_;
442 444 bool mInitSuccess;
443}; 445};
444 446
445/** 447/**