Add new macro to get value for integer 64bit type 18/218818/1 accepted/tizen/unified/20191202.140856 submit/tizen/20191202.031214
authorJeongmo Yang <jm80.yang@samsung.com>
Thu, 28 Nov 2019 09:08:13 +0000 (18:08 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Thu, 28 Nov 2019 09:08:50 +0000 (18:08 +0900)
[Version] 0.3.16
[Profile] Common
[Issue Type] Update

Change-Id: Ie18f7804936e71d716258bd1bc812ff83da31019
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
muse/include/muse_recorder_msg.h
packaging/mmsvc-recorder.spec

index b63cc4ff827f5b5c08b0221d05dcbfe39c608111..b1150b1bc7520d801fbf888eff5d3e9d717e9140 100644 (file)
@@ -116,6 +116,14 @@ typedef const char* STRING;
 #define muse_recorder_msg_get(param, buf) \
        muse_core_msg_deserialize(#param, buf, NULL, NULL, MUSE_TYPE_ANY, &param)
 
+/**
+ * @brief Query the specific value from the input message via ipc.
+ * @param[in] param The key to query, the variable name should be matched to the message's one.
+ * @param[out] buf The string of message buffer.
+ */
+#define muse_recorder_msg_get_int64(param, buf) \
+       muse_core_msg_deserialize(#param, buf, NULL, NULL, MUSE_TYPE_INT64, &param)
+
 /**
  * @brief Query the specific value from the input message via ipc.
  * @param[in] param The key to query, the variable name should be matched to the message's one.
index 20d3df170bf3234338d07894283427ab1a86a1ef..ed3744cfab8f807f7ae4975de6fb616ff75c2101 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmsvc-recorder
 Summary:    A Recorder module for muse server
-Version:    0.3.15
+Version:    0.3.16
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0