mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-09 10:47:34 +01:00
-------------------------------------------------------------------------------
* 3583983 questd: strip bridge functions from port.c as they are available in bridge.c
* b04017a questd: bridge handling functions
-------------------------------------------------------------------------------
commit 3583983afdefb3941aa92d2a96b138d78f6cd704
Author: Sukru Senli <sukru.senli@inteno.se>
Date: 2018-01-03 09:26:31 +0100
questd: strip bridge functions from port.c as they are available in bridge.c
Base directory -> /
Makefile | 8 +-
port.c | 315 +--------------------------------------------------------------
port.h | 50 ----------
3 files changed, 7 insertions(+), 366 deletions(-)
-------------------------------------------------------------------------------
commit b04017ab476d4c183a5929d6b5e0a54ebf1a18a8
Author: Alex Oprea <alex.oprea@inteno.se>
Date: 2018-01-03 09:25:31 +0100
questd: bridge handling functions
Base directory -> /
bridge.c | 339 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
bridge.h | 50 ++++++++++
2 files changed, 389 insertions(+)
-------------------------------------------------------------------------------
|
||
|---|---|---|
| .. | ||
| files | ||
| Makefile | ||