This looks like nth reincarnation of "reactor". It implements the poll/select/WaitForMultipleObjects and message passing functionality.
Kai Vehmanen <kai.vehmanen@nokia-email.address.hidden>
#include "config.h"
#include "sofia-sip/su.h"
#include "su_port.h"
#include "sofia-sip/su_alloc.h"
#include <stdlib.h>
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include <errno.h>
Include dependency graph for su_base_port.c: