~clint-fewbar/ubuntu/precise/gearmand/drop-unneeded-patches

« back to all changes in this revision

Viewing changes to benchmark/blobslap_worker.c

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2009-08-11 10:06:22 UTC
  • mto: (1.2.3 upstream) (6.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20090811100622-6ig4iknanc73olum
ImportĀ upstreamĀ versionĀ 0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    switch(c)
43
43
    {
44
44
    case 'c':
45
 
      count= atoi(optarg);
 
45
      count= (uint32_t)atoi(optarg);
46
46
      break;
47
47
 
48
48
    case 'f':
67
67
      break;
68
68
 
69
69
    case 'p':
70
 
      port= atoi(optarg);
 
70
      port= (in_port_t)atoi(optarg);
71
71
      break;
72
72
 
73
73
    case 'v':