source: tradir/charm/pp/hello.ci @ 177

Last change on this file since 177 was 177, checked in by (none), 14 years ago
File size: 256 bytes
Line 
1mainmodule hello {
2        readonly CProxy_Main mainProxy;
3//      readonly struct sockaddr_in serv_addr;
4
5  mainchare Main {
6    entry Main(CkArgMsg *m);
7    entry void done(void);
8  };
9
10  array [1D] Hello {
11    entry Hello();
12    entry void work();
13  };           
14};
Note: See TracBrowser for help on using the repository browser.