event: Remove rusage_poller
This was unused. The rusage polling is done in another way. Change-Id: I478ddb2d664647e922f3049a64199fdc61f25ce1 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/465989 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
This commit is contained in:
parent
c8dfae7b8f
commit
e30e1596b2
@ -72,9 +72,6 @@ struct spdk_reactor {
|
|||||||
/* Lightweight threads running on this reactor */
|
/* Lightweight threads running on this reactor */
|
||||||
TAILQ_HEAD(, spdk_lw_thread) threads;
|
TAILQ_HEAD(, spdk_lw_thread) threads;
|
||||||
|
|
||||||
/* Poller for get the rusage for the reactor. */
|
|
||||||
struct spdk_poller *rusage_poller;
|
|
||||||
|
|
||||||
/* The last known rusage values */
|
/* The last known rusage values */
|
||||||
struct rusage rusage;
|
struct rusage rusage;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user