Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
914a8ec5
Commit
914a8ec5
authored
3 years ago
by
Olivier Dion
Browse files
Options
Downloads
Patches
Plain Diff
agent/peer-monitor: Fix typo and add pause in sighandler
Change-Id: I298a8bdca4a9263a5afa332b8501b1fefc3929de
parent
85496368
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/agent/scenarios/peer-monitor/scenario.scm
+4
-2
4 additions, 2 deletions
test/agent/scenarios/peer-monitor/scenario.scm
with
4 additions
and
2 deletions
test/agent/scenarios/peer-monitor/scenario.scm
+
4
−
2
View file @
914a8ec5
...
@@ -67,10 +67,12 @@
...
@@ -67,10 +67,12 @@
(
let
((
account
(
fluid-ref
agent:account-id
))
(
let
((
account
(
fluid-ref
agent:account-id
))
(
details
(
next-details!
)))
(
details
(
next-details!
)))
(
progress
"SIGALRM - Chaning account details: ~a"
details
)
(
progress
"SIGALRM - Chan
g
ing account details: ~a"
details
)
(
account:send-register
account
#f
)
(
account:send-register
account
#f
)
(
account:set-details
account
details
)
(
account:set-details
account
details
)
(
account:send-register
account
#t
))))
(
account:send-register
account
#t
))
(
pause
)))
;; Setup timer to trigger at next midnigh of UTC+0. This means that peers can
;; Setup timer to trigger at next midnigh of UTC+0. This means that peers can
;; have different timezones and still synchronize at the same time.
;; have different timezones and still synchronize at the same time.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment