diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-08-25 20:18:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-25 20:18:58 +0300 |
| commit | 60b7e3b78cc401318e4f895bb64b5688645b3462 (patch) | |
| tree | be4775270cfb66e6cd414321fc3f0632dc511f14 /indra/llcommon/llprocess.cpp | |
| parent | a402fd4da91bbce03340e174505c06feede65866 (diff) | |
#6153 Make hardware test more robust
Diffstat (limited to 'indra/llcommon/llprocess.cpp')
| -rw-r--r-- | indra/llcommon/llprocess.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llcommon/llprocess.cpp b/indra/llcommon/llprocess.cpp index e43f386af2..86e1f48377 100644 --- a/indra/llcommon/llprocess.cpp +++ b/indra/llcommon/llprocess.cpp @@ -1109,6 +1109,11 @@ bool LLProcess::kill(const LLProcessPtr& ptr, const std::string& who) return !ptr || ptr->kill(who); } +void LLProcess::pump() +{ + tick(); +} + LLProcess::id LLProcess::getProcessID() const { if (!mChild) |
