diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -30,6 +30,18 @@ #include + +/* 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[])