mirror of
https://github.com/polybar/polybar.git
synced 2026-02-16 16:25:43 +00:00
refactor(bspwm): Cleanup
This commit is contained in:
@ -84,6 +84,14 @@ namespace socket_util {
|
||||
return string{buffer};
|
||||
}
|
||||
|
||||
/**
|
||||
* @see receive
|
||||
*/
|
||||
string unix_connection::receive(const ssize_t receive_bytes, int flags) {
|
||||
ssize_t bytes{0};
|
||||
return receive(receive_bytes, &bytes, flags);
|
||||
}
|
||||
|
||||
/**
|
||||
* Peek at the specified number of bytes
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user