35 lines
1.1 KiB
Diff
35 lines
1.1 KiB
Diff
From c01fd757a0b8056a940c3d8575a00bce43f99fbf Mon Sep 17 00:00:00 2001
|
|
From: Jan Friesse <jfriesse@redhat.com>
|
|
Date: Tue, 12 Mar 2024 16:40:12 +0100
|
|
Subject: [PATCH] totem: Fix reference links
|
|
|
|
Link Corosync project archived copy of Yair Amir's PhD thesis
|
|
and paper about totem protocol.
|
|
|
|
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
|
|
Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com>
|
|
---
|
|
exec/totemsrp.c | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/exec/totemsrp.c b/exec/totemsrp.c
|
|
index 63a47c19..63463a53 100644
|
|
--- a/exec/totemsrp.c
|
|
+++ b/exec/totemsrp.c
|
|
@@ -35,10 +35,10 @@
|
|
|
|
/*
|
|
* The first version of this code was based upon Yair Amir's PhD thesis:
|
|
- * http://www.cs.jhu.edu/~yairamir/phd.ps) (ch4,5).
|
|
+ * https://corosync.github.io/corosync/doc/Yair_phd.ps.gz (ch4,5).
|
|
*
|
|
* The current version of totemsrp implements the Totem protocol specified in:
|
|
- * http://citeseer.ist.psu.edu/amir95totem.html
|
|
+ * https://corosync.github.io/corosync/doc/tocssrp95.ps.gz
|
|
*
|
|
* The deviations from the above published protocols are:
|
|
* - token hold mode where token doesn't rotate on unused ring - reduces cpu
|
|
--
|
|
2.25.1
|
|
|