aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-08-13 04:59:47 +1000
committeronefang2021-08-13 04:59:47 +1000
commit9cef3a75b909acc55906ee0d46fcaae2f7c0ed3a (patch)
tree46fa508ed6f5f538537cd7ebe8a12b892854e457
parentmemset-- (diff)
downloadopensim-SC-9cef3a75b909acc55906ee0d46fcaae2f7c0ed3a.zip
opensim-SC-9cef3a75b909acc55906ee0d46fcaae2f7c0ed3a.tar.gz
opensim-SC-9cef3a75b909acc55906ee0d46fcaae2f7c0ed3a.tar.bz2
opensim-SC-9cef3a75b909acc55906ee0d46fcaae2f7c0ed3a.tar.xz
Comments++
-rw-r--r--src/sledjchisl/sledjchisl.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 2373ba6..96a1cd4 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -1805,6 +1805,14 @@ void stopSim(simData *simd, char *sim, char *type, int count, int window, int pa
1805 { 1805 {
1806 // Leave empty panes as is. 1806 // Leave empty panes as is.
1807// TODO - should check if there's people there, but don't count NPCs. alert them, wait a while, or just abort the stop. 1807// TODO - should check if there's people there, but don't count NPCs. alert them, wait a while, or just abort the stop.
1808/* show users
1809
1810Agents connected: 1
1811
1812Firstname Lastname Agent ID child/NPC/root Region Position
1813Baby Barby 3548202e-1659-4055-b406-d578ef728fe0 NPC Naughtie Nautical <623.2795, 178.0885, 103.8343>
1814
1815*/
1808 sendTmuxCmd(simd->paneID, "quit"); 1816 sendTmuxCmd(simd->paneID, "quit");
1809 // There's three things that might happen - 1817 // There's three things that might happen -
1810 // Sim will quit, tmux pane will go away before we can see the shutdown message. 1818 // Sim will quit, tmux pane will go away before we can see the shutdown message.
@@ -1897,7 +1905,7 @@ byTab has the short name as the key, simData as the value.
1897 waitTmuxText(simd->paneID, toybuf); 1905 waitTmuxText(simd->paneID, toybuf);
1898 I("%s is done backing up.", simd->name); 1906 I("%s is done backing up.", simd->name);
1899// TODO - should delete / gitAR the old ones now. 1907// TODO - should delete / gitAR the old ones now.
1900// Have a config option for delete / gitAR. 1908// Have a config option for delete / gitAR / rsync.
1901 ourSims->la = waitLoadAverage(ourSims->la, loadAverageInc, simTimeOut); 1909 ourSims->la = waitLoadAverage(ourSims->la, loadAverageInc, simTimeOut);
1902 } 1910 }
1903 } 1911 }