suppress error callbacks if requested
[project/uqmi.git] / uqmi.h
diff --git a/uqmi.h b/uqmi.h
index a404da5..2f06890 100644 (file)
--- a/uqmi.h
+++ b/uqmi.h
@@ -70,6 +70,7 @@ struct qmi_request {
 
        bool *complete;
        bool pending;
+       bool no_error_cb;
        uint8_t service;
        uint16_t tid;
        int ret;