diff options
| author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-02-25 17:40:25 +0100 |
|---|---|---|
| committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-02-25 17:40:25 +0100 |
| commit | ebb7e355ca60e6f4913c65b2dfa439100312e5eb (patch) | |
| tree | 65ebd23c531c873e5aae6488624dc4ab9ee0adbf /lib | |
| parent | 2f6dcf6f12e0c81e928506cbc9ac1d4f87d87514 (diff) | |
| download | abrt-ebb7e355ca60e6f4913c65b2dfa439100312e5eb.tar.gz abrt-ebb7e355ca60e6f4913c65b2dfa439100312e5eb.tar.xz abrt-ebb7e355ca60e6f4913c65b2dfa439100312e5eb.zip | |
removed crast_context_t
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/MiddleWare/CrashTypes.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/MiddleWare/CrashTypes.h b/lib/MiddleWare/CrashTypes.h index a374a7e..346f29b 100644 --- a/lib/MiddleWare/CrashTypes.h +++ b/lib/MiddleWare/CrashTypes.h @@ -33,16 +33,9 @@ typedef struct SCrashInfo typedef std::vector<crash_info_t> vector_crash_infos_t; -typedef struct SCrashContex -{ - std::string m_sUUID; - std::string m_sUID; - std::string m_sLanAppPlugin; -} crash_context_t; - - typedef struct SCrashReport { + std::string m_sMWID; std::string m_sUUID; std::string m_sArchitecture; std::string m_sKernel; @@ -58,6 +51,7 @@ typedef struct SCrashReport const map_crash_t GetMap() { map_crash_t mci; + mci["MWID"] = m_sMWID; mci["UUID"] = m_sUUID; mci["Architecture"] = m_sArchitecture; mci["Kernel"] = m_sKernel; |
