diff Renderer/Engine/SceneGraph.h @ 847:8c78d15ea999

replace rd() to wait_rd(). and if reply of wait_rd() is NULL, client request one more rd(). for wait_rd() cannot get last changed tuple.
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Sat, 05 Jun 2010 21:23:25 +0900
parents 0c7d885f0c92
children 649e4cb84683
line wrap: on
line diff
--- a/Renderer/Engine/SceneGraph.h	Fri Jun 04 09:01:00 2010 +0900
+++ b/Renderer/Engine/SceneGraph.h	Sat Jun 05 21:23:25 2010 +0900
@@ -32,7 +32,7 @@
     int id;
 	// Objectのシーケンス番号(Linda)
 	// とりあえず動かしたいので追加
-	int seq, resend_flag;
+	int seq, seq_rd, resend_flag;
 	
     int property_size;
     void *propertyptr;