Index: omaha_request_action.h |
diff --git a/omaha_request_action.h b/omaha_request_action.h |
index 582fe5f4a1ae295e8489a6234d0d48e963ccfd24..9b0f9c6ee107de4d3a7b9e2308cbce2cd584eac0 100644 |
--- a/omaha_request_action.h |
+++ b/omaha_request_action.h |
@@ -90,6 +90,7 @@ struct OmahaResponse { |
off_t size; |
bool needs_admin; |
bool prompt; |
+ bool is_delta; |
}; |
COMPILE_ASSERT(sizeof(off_t) == 8, off_t_not_64bit); |