Mercurial > hg > Members > kono > Cerium
comparison Renderer/Test/writer.c @ 619:0decff4e867b
RenewTask removal
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 15 Nov 2009 02:02:30 +0900 |
parents | a13373114df4 |
children | 2432c7fe291c |
comparison
equal
deleted
inserted
replaced
618:360032cc500e | 619:0decff4e867b |
---|---|
62 int | 62 int |
63 main(int argc, char *argv[]) { | 63 main(int argc, char *argv[]) { |
64 int tspace; | 64 int tspace; |
65 int serial; | 65 int serial; |
66 int xml_id; | 66 int xml_id; |
67 char *linda_serv = "localhost"; | 67 const char *linda_serv = "localhost"; |
68 if (argc > 1) | 68 if (argc > 1) |
69 linda_serv = argv[1]; | 69 linda_serv = argv[1]; |
70 init_linda(); | 70 init_linda(); |
71 tspace = open_linda_java(linda_serv, PORT); | 71 tspace = open_linda_java(linda_serv, PORT); |
72 printf("open socket (tupple space id) = %d\n", tspace); | 72 printf("open socket (tupple space id) = %d\n", tspace); |