diff options
Diffstat (limited to 'linden/indra/llmessage/llcircuit.h')
-rw-r--r-- | linden/indra/llmessage/llcircuit.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/llmessage/llcircuit.h b/linden/indra/llmessage/llcircuit.h index 128b1bc..1a6611f 100644 --- a/linden/indra/llmessage/llcircuit.h +++ b/linden/indra/llmessage/llcircuit.h | |||
@@ -75,6 +75,7 @@ const S32 LL_MAX_ACKED_PACKETS_PER_FRAME = 200; | |||
75 | // | 75 | // |
76 | class LLMessageSystem; | 76 | class LLMessageSystem; |
77 | class LLEncodedDatagramService; | 77 | class LLEncodedDatagramService; |
78 | class LLSD; | ||
78 | 79 | ||
79 | // | 80 | // |
80 | // Classes | 81 | // Classes |
@@ -158,7 +159,7 @@ public: | |||
158 | // | 159 | // |
159 | void checkPeriodTime(); // Reset per-period counters if necessary. | 160 | void checkPeriodTime(); // Reset per-period counters if necessary. |
160 | friend std::ostream& operator<<(std::ostream& s, LLCircuitData &circuit); | 161 | friend std::ostream& operator<<(std::ostream& s, LLCircuitData &circuit); |
161 | const LLString getInfoString() const; | 162 | void getInfo(LLSD& info) const; |
162 | 163 | ||
163 | friend class LLCircuit; | 164 | friend class LLCircuit; |
164 | friend class LLMessageSystem; | 165 | friend class LLMessageSystem; |
@@ -304,7 +305,7 @@ public: | |||
304 | void sendAcks(); | 305 | void sendAcks(); |
305 | 306 | ||
306 | friend std::ostream& operator<<(std::ostream& s, LLCircuit &circuit); | 307 | friend std::ostream& operator<<(std::ostream& s, LLCircuit &circuit); |
307 | const LLString getInfoString() const; | 308 | void getInfo(LLSD& info) const; |
308 | 309 | ||
309 | void dumpResends(); | 310 | void dumpResends(); |
310 | 311 | ||