insert low memory notification routine between entry and leave 74/15174/1
authorgiyeol.ok <giyeol.ok@samsung.com>
Mon, 10 Jun 2013 06:46:53 +0000 (15:46 +0900)
committerKrzysztof Sasiak <k.sasiak@samsung.com>
Thu, 16 Jan 2014 15:26:26 +0000 (16:26 +0100)
Change-Id: I917f87e1df6edb78cc58ba2c7f4308e549330dfb
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
src/core/edbus-handler.h

index 79bb523..c02d123 100644 (file)
 #define DEVICED_PATH_HAPTIC            OBJECT_PATH"/Haptic"
 #define DEVICED_INTERFACE_HAPTIC       INTERFACE_NAME".haptic"
 
+/*
+ * Lowmem service
+ *   get critical low status
+ *   operations about Lowmem
+ */
+#define DEVICED_PATH_LOWMEM            OBJECT_PATH"/Lowmem"
+#define DEVICED_INTERFACE_LOWMEM       INTERFACE_NAME".lowmem"
+
 int register_edbus_signal_handler(const char *path, const char *interface,
                const char *name, E_DBus_Signal_Cb cb);
 E_DBus_Interface *get_edbus_interface(const char *path);