def new_blobber_context(ip_addr, port_num):
    return struct(
        ip_addr=ip_addr,
        port_num=port_num,
    )