Changeset - 3e1c191605ce
[Not reviewed]
default
0 1 0
ethanzonca - 17 years ago 2009-02-21 23:43:51

Just some notes
1 file changed with 12 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -30,6 +30,18 @@
 

	
 
#include <stdio.h>
 

	
 

	
 
/* Just some notes -- Ethan Zonca
 
 *
 
 * So I read the IRC transcript, and we need some communication and plugin (e.g., blender, povray) standards.
 
 * In addition to those standards, we should also have standards for information availability,
 
 * making statistics and remote control of each plugin or the whole system standard and common,
 
 * so other apps can grab stats from it (such as a j2me phone DistRen status app or a php web
 
 * interface).
 
 *
 
 */
 

	
 

	
 
// Let's fix those global variable issues one of these days! :D test
 

	
 
int main(int argc, char *argv[])
0 comments (0 inline, 0 general)