From 97a7381d29b69dbe760598e70669c16573304ad4 Mon Sep 17 00:00:00 2001
From: Subv <subv2112@gmail.com>
Date: Mon, 8 Dec 2014 23:52:27 -0500
Subject: SOC_U: Preliminary implementation of sockets.

Stubbed CreateMemoryBlock

Using Berkeley sockets, and Winsock2.2 on Windows.
So far ftpony creates the socket and accepts incoming connections

SOC_U: Renamed functions to maintain consistency

Also prevents possible scope errors / conflicts with the actual Berkeley socket functions

SOCU: Close all the opened sockets when cleaning up SOCU
---
 src/common/logging/backend.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/common/logging/backend.cpp')

diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 816d1bb550..7ac30ad503 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -39,6 +39,7 @@ static std::shared_ptr<Logger> global_logger;
         SUB(Service, CFG) \
         SUB(Service, DSP) \
         SUB(Service, HID) \
+        SUB(Service, SOC) \
         CLS(HW) \
         SUB(HW, Memory) \
         SUB(HW, GPU) \
-- 
cgit v1.2.3-70-g09d2