Update of /cvsroot/freenet/freenet/src/freenet/node/states/announcing
In directory sc8-pr-cvs1:/tmp/cvs-serv17793/src/freenet/node/states/announcing
Modified Files:
CompleteAnnouncement.java Announcing.java
Log Message:
get rid of some yellowies
Index: CompleteAnnouncement.java
===================================================================
RCS file:
/cvsroot/freenet/freenet/src/freenet/node/states/announcing/CompleteAnnouncement.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -w -r1.11 -r1.12
--- CompleteAnnouncement.java 31 Oct 2003 19:21:21 -0000 1.11
+++ CompleteAnnouncement.java 31 Oct 2003 19:36:14 -0000 1.12
@@ -69,7 +69,7 @@
nc.cancel();
- n.diagnostics.occurrenceCounting("announcedTo", hopsToLive);
+ Core.diagnostics.occurrenceCounting("announcedTo", hopsToLive);
signalSuccess(n);
try {
Index: Announcing.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/states/announcing/Announcing.java,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -w -r1.37 -r1.38
--- Announcing.java 31 Oct 2003 19:21:21 -0000 1.37
+++ Announcing.java 31 Oct 2003 19:36:15 -0000 1.38
@@ -180,11 +180,11 @@
}
} else if (mo instanceof ScheduleAnnouncing) {
try {
- double traffic = n.diagnostics.getValue("localQueryTraffic",
+ double traffic = Core.diagnostics.getValue("localQueryTraffic",
Diagnostics.HOUR,
Diagnostics.NUMBER_OF_EVENTS);
- double connections = n.diagnostics.getValue("connectingTime",
+ double connections = Core.diagnostics.getValue("connectingTime",
Diagnostics.HOUR,
Diagnostics.NUMBER_OF_EVENTS);
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs