~m.ch/mysql-server/sigar-plugin

« back to all changes in this revision

Viewing changes to src/os_nwif.cc

  • Committer: Muslimas Chochlovas
  • Date: 2008-08-16 18:06:05 UTC
  • Revision ID: muslim.aliev@gmail.com-20080816180605-sa28m5uao977ag0i
Added --with-system-type to configure.in; added few comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
  {0, 0, MYSQL_TYPE_NULL, 0, 0, 0}
26
26
};
27
27
 
28
 
 
 
28
/*
 
29
  Transform internet address into human readable form. Address
 
30
  could be one of the following: MAC, IPv4 or undefined.
 
31
*/
29
32
static char* inet_addr_to_str(sigar_net_address_t *net_addr)
30
33
{
31
34
  char *A, *B, *C, *D;