Attention is currently required from: neels, msuraev, dexter.
1 comment:
File include/osmocom/smpp/smpp_smsc.h:
Patch Set #19, Line 32: struct esme *esme;
just 'struct esme esme;' (non-pointer) to avoid extra talloc, […]
Hi Neels, it's fine the way the patch is now, I actually pointed towards the current directon, since the idea is to decouple the structs and hide the implementation details, so allocating and freeing the struct is the usual way.
It's not like this struct is allocated tons of times per seconds in any case...
To view, visit change 28846. To unsubscribe, or for help writing mail filters, visit settings.