diff --git a/include/dmx_hal.h b/include/dmx_hal.h index 9d021fe..6a88b7c 100644 --- a/include/dmx_hal.h +++ b/include/dmx_hal.h @@ -81,6 +81,7 @@ public: static int GetSource(int unit); cDemux(int num = 0); ~cDemux(); + int getFD(void) { return fd; }; /* needed by cPlayback class */ private: void removePid(unsigned short Pid); /* needed by cRecord class */ int num;