uloop: Fix race condition in SIGCHLD handling
[project/libubox.git] / blob.h
diff --git a/blob.h b/blob.h
index 307523d..a092f5d 100644 (file)
--- a/blob.h
+++ b/blob.h
@@ -39,6 +39,7 @@ enum {
        BLOB_ATTR_INT16,
        BLOB_ATTR_INT32,
        BLOB_ATTR_INT64,
+       BLOB_ATTR_DOUBLE,
        BLOB_ATTR_LAST
 };