You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2017/04/06 11:55:04 UTC

mesos git commit: Updated ldcache flags to 32bit width.

Repository: mesos
Updated Branches:
  refs/heads/master 7f04cf886 -> 72c5ee225


Updated ldcache flags to 32bit width.

Review: https://reviews.apache.org/r/55065/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/72c5ee22
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/72c5ee22
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/72c5ee22

Branch: refs/heads/master
Commit: 72c5ee2252cdab40ccda7105709aac6d8d820ab5
Parents: 7f04cf8
Author: Ayanampudi Varsha <av...@us.ibm.com>
Authored: Thu Apr 6 13:54:17 2017 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Thu Apr 6 13:54:17 2017 +0200

----------------------------------------------------------------------
 src/linux/ldcache.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/72c5ee22/src/linux/ldcache.cpp
----------------------------------------------------------------------
diff --git a/src/linux/ldcache.cpp b/src/linux/ldcache.cpp
index 6260496..e933344 100644
--- a/src/linux/ldcache.cpp
+++ b/src/linux/ldcache.cpp
@@ -117,7 +117,7 @@ struct HeaderNew
 
 struct EntryNew
 {
-  int16_t flags;        // Flags bits determine arch and library type.
+  int32_t flags;        // Flags bits determine arch and library type.
   uint32_t key;         // String table index.
   uint32_t value;       // String table index.
   uint32_t osVersion;   // Required OS version.