> We need to expose the cookie size to clients somehow. A simple #define > should be good enough. The problem with a #define in the public API is > that it can't be changed without breaking compatibility, but I don't > think we can change the cookie size anyway without breaking > compatibility between old server and new libpulse or vice versa. > I would add this to pulse/def.h and replace the old macro PA_NATIVE_COOKIE_LENGTH. +/** Cookie length in bytes. \since 5.0 */ +#define PA_COOKIE_LENGTH 256 + -- Alexander Couzens
mail: [email protected] sip/jabber: [email protected] mobile: +4915123277221 _______________________________________________ pulseaudio-discuss mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
