[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tinc/src graph.c,1.1.2.29,1.1.2.30



Update of /home/CVS/tinc/src
In directory humbolt:/tmp/cvs-serv16973

Modified Files:
      Tag: CABAL
	graph.c 
Log Message:
Fix ASCII art.


Index: graph.c
===================================================================
RCS file: /home/CVS/tinc/src/graph.c,v
retrieving revision 1.1.2.29
retrieving revision 1.1.2.30
diff -u -r1.1.2.29 -r1.1.2.30
--- graph.c	2003/08/28 21:05:10	1.1.2.29
+++ graph.c	2003/10/10 16:23:30	1.1.2.30
@@ -188,12 +188,13 @@
 
 				/* Situation:
 
-				    /
-				   /
-				   ------(n)-----(e->to)
-				   \
-				    \
+				           /
+				          /
+				   ----->(n)---e-->(e->to)
+				          \
+				           \
 
+				   Where e is an edge, (n) and (e->to) are nodes.
 				   n->address is set to the e->address of the edge left of n to n.
 				   We are currently examining the edge e right of n from n:
 

--
Tinc-cvs:     CVS changelog list for the tinc VPN daemon
Archive:      http://mail.nl.linux.org/tinc-cvs/
Tinc site:    http://tinc.nl.linux.org/