mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
neutrino: Use uint32_t again for neutrino_msg_t & neutrino_msg_data_t
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user