X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Fipc.h;h=04f9df5cdf046f98b8bc2ba9d51d9e4d3f12fd5c;hb=9dccc16d3763392f0b13349de18c3a838a667653;hp=3762a69d76bdcc21e7ef7d1844ea041324d6c65a;hpb=865c7caae45ed828fd70c7995e305150c753b19a;p=netdata.git diff --git a/src/ipc.h b/src/ipc.h index 3762a69d..04f9df5c 100644 --- a/src/ipc.h +++ b/src/ipc.h @@ -1,7 +1,7 @@ #ifndef NETDATA_PLUGIN_IPC_H #define NETDATA_PLUGIN_IPC_H 1 -extern int do_ipc(int update_every, unsigned long long dt); +extern int do_ipc(int update_every, usec_t dt); #endif /* NETDATA_PLUGIN_IPC_H */