neutrino: Use uint32_t again for neutrino_msg_t & neutrino_msg_data_t

This commit is contained in:
M. Liebmann
2014-02-25 18:56:05 +01:00
parent 8beb80c246
commit 6d18d1cfa1

View File

@@ -115,8 +115,8 @@
*/ */
typedef unsigned long neutrino_msg_t; typedef uint32_t neutrino_msg_t;
typedef unsigned long neutrino_msg_data_t; typedef uint32_t neutrino_msg_data_t;
#define NEUTRINO_UDS_NAME "/tmp/neutrino.sock" #define NEUTRINO_UDS_NAME "/tmp/neutrino.sock"