mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
neutrino: Use uint32_t again for neutrino_msg_t & neutrino_msg_data_t
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6d18d1cfa1
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-25 (Tue, 25 Feb 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -115,8 +115,8 @@
|
||||
*/
|
||||
|
||||
|
||||
typedef unsigned long neutrino_msg_t;
|
||||
typedef unsigned long neutrino_msg_data_t;
|
||||
typedef uint32_t neutrino_msg_t;
|
||||
typedef uint32_t neutrino_msg_data_t;
|
||||
|
||||
#define NEUTRINO_UDS_NAME "/tmp/neutrino.sock"
|
||||
|
||||
|
Reference in New Issue
Block a user