~ubuntu-branches/ubuntu/raring/openvpn/raring-proposed

« back to all changes in this revision

Viewing changes to multi.c

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2006-04-05 12:17:26 UTC
  • mto: (1.3.3 upstream) (10.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060405121726-btck979dumiwfrte
Tags: upstream-2.0.6
ImportĀ upstreamĀ versionĀ 2.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
396
396
  setenv_trusted (mi->context.c2.es, get_link_socket_info (&mi->context));
397
397
 
398
398
  /* setenv stats */
399
 
  setenv_int (mi->context.c2.es, "bytes_received", mi->context.c2.link_read_bytes);
400
 
  setenv_int (mi->context.c2.es, "bytes_sent", mi->context.c2.link_write_bytes);
 
399
  setenv_counter (mi->context.c2.es, "bytes_received", mi->context.c2.link_read_bytes);
 
400
  setenv_counter (mi->context.c2.es, "bytes_sent", mi->context.c2.link_write_bytes);
401
401
 
402
402
}
403
403