Prefix CONTAINER_OF with UC_

This commit is contained in:
Nils O. Selåsdal
2013-09-28 23:45:51 +02:00
parent ff0fd32ae1
commit dd517a5d85
8 changed files with 29 additions and 19 deletions
+1 -1
View File
@@ -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;