[o2on-svn] [128] rec. lastpublishの値をO2DatDB ::update(O2DatRecList &in) では使用していないので削除

Zurück zum Archiv-Index

o2on svn commit o2on-****@lists*****
2008年 11月 18日 (火) 22:34:56 JST


Revision: 128
          http://svn.sourceforge.jp/view?root=o2on&view=rev&rev=128
Author:   laxmi
Date:     2008-11-18 22:34:56 +0900 (Tue, 18 Nov 2008)

Log Message:
-----------
rec.lastpublishの値をO2DatDB::update(O2DatRecList &in)では使用していないので削除

Modified Paths:
--------------
    trunk/o2on/src.o2on/O2Client.cpp
    trunk/o2on/src.o2on/O2DatDB.cpp

Modified: trunk/o2on/src.o2on/O2Client.cpp
===================================================================
--- trunk/o2on/src.o2on/O2Client.cpp	2008-11-02 07:51:25 UTC (rev 127)
+++ trunk/o2on/src.o2on/O2Client.cpp	2008-11-18 13:34:56 UTC (rev 128)
@@ -693,6 +693,11 @@
 
 
 
+// ---------------------------------------------------------------------------
+//	ƒ^ƒCƒ€ƒAƒEƒg•t‚«connect
+//
+// ---------------------------------------------------------------------------
+
 int
 O2Client::
 connect2(SOCKET s, const struct sockaddr *name, int namelen, int timeout)

Modified: trunk/o2on/src.o2on/O2DatDB.cpp
===================================================================
--- trunk/o2on/src.o2on/O2DatDB.cpp	2008-11-02 07:51:25 UTC (rev 127)
+++ trunk/o2on/src.o2on/O2DatDB.cpp	2008-11-18 13:34:56 UTC (rev 128)
@@ -1246,11 +1246,11 @@
 O2DatDB::
 AddUpdateQueue(const hashT &hash)
 {
+	//note:‘O’ñðŒ DB‚ɍXV‘Ώۂ̃ŒƒR[ƒh‚ª‘¶Ý‚·‚邱‚Æ
 	UpdateQueueLock.Lock();
 	{
 		O2DatRec rec;
 		rec.hash = hash;
-		rec.lastpublish = time(NULL);
 		rec.userdata = 1;
 		UpdateQueue.push_back(rec);
 	}




o2on-svn メーリングリストの案内
Zurück zum Archiv-Index