neutrino: Use uint32_t again for neutrino_msg_t & neutrino_msg_data_t

Origin commit data
------------------
Commit: 6d18d1cfa1
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-25 (Tue, 25 Feb 2014)
This commit is contained in:
Michael Liebmann
2014-02-25 18:56:05 +01:00
parent b66fd564ae
commit feb15dd9a5

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"