]> git.ipfire.org Git - collecty.git/blobdiff - src/_collecty/_collectymodule.h
latency: Silence "no replies received" when no IPv6 connectivity
[collecty.git] / src / _collecty / _collectymodule.h
index f34a31433d82fcb47d0159583e5993e3cb26faf8..56282f1c9567df46e2b754192c50ea90108246b5 100644 (file)
@@ -59,6 +59,7 @@ PyObject* BlockDevice_get_temperature(PyObject* self);
 /* ping */
 PyObject* PyExc_PingError;
 PyObject* PyExc_PingAddHostError;
+PyObject* PyExc_PingNoReplyError;
 
 typedef struct {
        PyObject_HEAD