diff options
author | Rider Linden <rider@lindenlab.com> | 2025-03-25 10:46:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-25 10:46:37 -0700 |
commit | e4520849eaa1990569b0d33344d3ba7aa8018c89 (patch) | |
tree | dfa54e83a9ccac2c5346210c05626e61760e2822 /indra/newview/llimprocessing.h | |
parent | 423df2ba4b731417796478c449e3e8f3d166ef21 (diff) | |
parent | b86c36eafcdb0fb42c1b68ef671050dea67dc6c3 (diff) |
Merge pull request #3625 from secondlife/rider/bot_tattle
Resubmit PR#2908+2951 Bot self identification and bug fix.
Diffstat (limited to 'indra/newview/llimprocessing.h')
-rw-r--r-- | indra/newview/llimprocessing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimprocessing.h b/indra/newview/llimprocessing.h index 030d28b198..66ffc59ae0 100644 --- a/indra/newview/llimprocessing.h +++ b/indra/newview/llimprocessing.h @@ -48,6 +48,7 @@ public: U8 *binary_bucket, S32 binary_bucket_size, LLHost &sender, + LLSD metadata, LLUUID aux_id = LLUUID::null); // Either receives list of offline messages from 'ReadOfflineMsgs' capability |