server->machine is now a pointer, so propagate the change from . to ->.

This commit is contained in:
Benoît Dejean
2015-08-08 14:36:47 +02:00
parent ca42f1f3af
commit b74d6abf19
75 changed files with 322 additions and 322 deletions

View File

@@ -97,7 +97,7 @@ solaris_stats(glibtop *server,
char *name = interface;
char *module;
char *ptr;
kstat_ctl_t * const kctl = server->machine.kc;
kstat_ctl_t * const kctl = server->machine->kc;
kstat_t *ksp;
kstat_named_t *kdata;
int have_bytes = 1;