ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/connection.C
(Generate patch)

Comparing gvpe/src/connection.C (file contents):
Revision 1.81 by pcg, Fri Aug 15 18:31:13 2008 UTC vs.
Revision 1.82 by pcg, Fri Aug 15 18:35:24 2008 UTC

1148 si = rsi; 1148 si = rsi;
1149 protocol = rsi.prot; 1149 protocol = rsi.prot;
1150 1150
1151 slog (L_INFO, _("%s(%s): connection established (%s), protocol version %d.%d."), 1151 slog (L_INFO, _("%s(%s): connection established (%s), protocol version %d.%d."),
1152 conf->nodename, (const char *)rsi, 1152 conf->nodename, (const char *)rsi,
1153 is_direct ? "direct" : "routed", 1153 is_direct ? "direct" : "forwarded",
1154 p->prot_major, p->prot_minor); 1154 p->prot_major, p->prot_minor);
1155 1155
1156 connection_established (); 1156 connection_established ();
1157 1157
1158 if (::conf.script_node_up) 1158 if (::conf.script_node_up)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines