X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=serial_console%2Fusocket.h;h=11a6b0dbc3484db7fb0df1f18757da7995ced843;hp=cc458c4415227b0cf080b4452828d25b4efdc958;hb=a34e51d757fe52cb19de2937ae1b211894167524;hpb=51b8c0cb530de874de351d6a7d954c21a7644a3e diff --git a/serial_console/usocket.h b/serial_console/usocket.h index cc458c4..11a6b0d 100644 --- a/serial_console/usocket.h +++ b/serial_console/usocket.h @@ -10,5 +10,5 @@ #include #include -char const *socket_file_="/var/run/powersensordaemon/cmd.sock"; - +char *default_socket_file_="/var/run/powersensordaemon/cmd.sock"; +int quit_on_eof_ = 1; \ No newline at end of file