From: Marko O. <d0...@us...> - 2009-10-19 11:56:06
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "kdfs". The branch, make_kdfs_compile has been updated via 7d4f4669897ca3bcc7d540c4bf0f81bc4b65268a (commit) from 8f6cb18b661235e591b33504349f031d2021e59a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7d4f4669897ca3bcc7d540c4bf0f81bc4b65268a Author: Marko Obrovac <mar...@in...> Date: Mon Oct 19 11:52:02 2009 +0000 [ADD] Added kDFS linker and kddm set constants diff --git a/include/kddm/io_linker.h b/include/kddm/io_linker.h index 934a154..41abb51 100644 --- a/include/kddm/io_linker.h +++ b/include/kddm/io_linker.h @@ -64,6 +64,7 @@ enum STRING_LIST_LINKER, KDDM_TEST_LINKER, MM_STRUCT_LINKER, + SB_LINKER, MAX_IO_LINKER, /* MUST always be the last one */ } ; diff --git a/include/kddm/kddm_set.h b/include/kddm/kddm_set.h index 3e3f54b..6853124 100644 --- a/include/kddm/kddm_set.h +++ b/include/kddm/kddm_set.h @@ -106,6 +106,7 @@ enum KDDM_TEST4_LOC, // 68 KDDM_TEST4096, // 69 MM_STRUCT_KDDM_ID, // 70 + KDFS_SB_KDDM_ID, MIN_KDDM_ID, /* MUST always be the last one */ }; ----------------------------------------------------------------------- Summary of changes: include/kddm/io_linker.h | 1 + include/kddm/kddm_set.h | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- kdfs |