s/server->machine/server->_priv->machine/g;
This commit is contained in:
@@ -82,7 +82,7 @@ glibtop_init_ppp_p (glibtop *server)
|
||||
#endif
|
||||
#endif /* HAVE_I4B */
|
||||
|
||||
if (kvm_nlist (server->machine.kd, nlst) != 0)
|
||||
if (kvm_nlist (server->_priv->machine.kd, nlst) != 0)
|
||||
glibtop_error_io_r (server, "kvm_nlist");
|
||||
|
||||
return 0;
|
||||
@@ -105,7 +105,7 @@ glibtop_get_ppp_p (glibtop *server, glibtop_ppp *buf, unsigned short device)
|
||||
|
||||
memset (buf, 0, sizeof (glibtop_ppp));
|
||||
|
||||
if (kvm_read (server->machine.kd, nlst [0].n_value,
|
||||
if (kvm_read (server->_priv->machine.kd, nlst [0].n_value,
|
||||
&data, sizeof (data)) != sizeof (data))
|
||||
glibtop_error_io_r (server, "kvm_read (i4bisppp_softc)");
|
||||
|
||||
|
Reference in New Issue
Block a user