Prefix CONTAINER_OF with UC_
This commit is contained in:
@@ -43,7 +43,7 @@ int diffts(const struct timespec *a, struct timespec *b)
|
||||
|
||||
void timer_cb(struct UCTimers *timers, struct UCTimer *timer)
|
||||
{
|
||||
struct RTPSender *s = CONTAINER_OF(timer, struct RTPSender, timer);
|
||||
struct RTPSender *s = UC_CONTAINER_OF(timer, struct RTPSender, timer);
|
||||
int rc;
|
||||
ssize_t r;
|
||||
struct timespec ts;
|
||||
|
||||
Reference in New Issue
Block a user