Changeset - fb9bfb63aa62
[Not reviewed]
default
0 1 0
ethanzonca@protofusion.org - 16 years ago 2010-02-18 22:10:20
ethanzonca@protofusion.org
Fixed ohnobinki's errors
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/mysql.h
Show inline comments
 
@@ -62,7 +62,7 @@ int change_job_priority(distrend_mysql_c
 
/**
 
  Frame Finder: Finds a frame for a slave to render
 
*/
 
int find_jobframe(distrend_mysql_conn_t conn, int32_t slaveKey, int32_t jobKey, int32_t frameNum);
 
int find_jobframe(distrend_mysql_conn_t conn, int32_t slaveKey, int32_t *jobKey, int32_t *frameNum);
 

	
 

	
 

	
0 comments (0 inline, 0 general)