Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: src/trusted/reverse_service/nacl_file_info.h

Issue 15039022: Enable meta-based validation for shared libraries. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Style Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/reverse_service/manifest_rpc.h ('k') | src/trusted/reverse_service/reverse_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/reverse_service/nacl_file_info.h
diff --git a/src/trusted/reverse_service/nacl_file_info.h b/src/trusted/reverse_service/nacl_file_info.h
new file mode 100644
index 0000000000000000000000000000000000000000..eb414f7ae19d21315da13939efb99c72cab25e11
--- /dev/null
+++ b/src/trusted/reverse_service/nacl_file_info.h
@@ -0,0 +1,21 @@
+/*
+ * Copyright (c) 2013 The Native Client Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef NATIVE_CLIENT_SRC_TRUSTED_REVERSE_SERVICE_NACL_FILE_INFO_H__
+#define NATIVE_CLIENT_SRC_TRUSTED_REVERSE_SERVICE_NACL_FILE_INFO_H__
+
+#include "native_client/src/include/nacl_base.h"
+
+EXTERN_C_BEGIN
+
+struct NaClFileInfo {
+ int32_t desc;
+ uint64_t nonce;
+};
+
+EXTERN_C_END
+
+#endif /* NATIVE_CLIENT_SRC_TRUSTED_REVERSE_SERVICE_NACL_FILE_INFO_H__ */
« no previous file with comments | « src/trusted/reverse_service/manifest_rpc.h ('k') | src/trusted/reverse_service/reverse_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698