Changeset e9f521e
- Timestamp:
- 07/21/04 11:03:56 (17 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- a257602
- Parents:
- c837874
- Location:
- examples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/rate/rate.c
ra79ddbe re9f521e 96 96 int main(int argc, char *argv[]) { 97 97 98 char *hostname = "rtclient:chasm.cs.waikato.ac.nz";98 char *hostname = 0; 99 99 int psize = 0; 100 100 int status = 0; -
examples/sample/sample.c
ra79ddbe re9f521e 58 58 int main(int argc, char *argv[]) { 59 59 60 char *uri = "rtclient:chasm.cs.waikato.ac.nz";60 char *uri = 0; 61 61 int psize = 0; 62 62 int status = 0;
Note: See TracChangeset
for help on using the changeset viewer.