- Added a `connection_t *con` field to the `source_t` struct to store the associated connection. - Added a `char *mountpoint` field to `source_t` for direct reference to the mountpoint name. - These fields allow identifying and kicking an inactive source directly without relying on HTML parsing. - Plan to initialize these fields in `add_source()` during source registration.