osmo-remsim/src/client
Harald Welte 82368402af client: user_shell.c: fflush() after writes to stdout
This is useful if we have external programs interfacing with
stdin/stdout of osmo-remsim-client-shell.  We don't want that output
to hang in some buffer indefinitely, but rather have the lines flushed
immediately.

Change-Id: I6879f9f186ce87e0644b3d7868fc5ea031b82c62
2020-02-18 23:02:51 +01:00
..
Makefile.am client: Split into remsim_client.c and remsim_client_main.c 2020-02-16 15:41:56 +01:00
client.h client: Remove g_client completely; separate 'main' code 2020-02-16 15:41:56 +01:00
remsim_client.c client: Make ConfigClientBankReq with bankd_port == 0 trigger SRVC_E_DISCONNECT 2020-02-18 23:02:51 +01:00
remsim_client_main.c client: Split into remsim_client.c and remsim_client_main.c 2020-02-16 15:41:56 +01:00
simtrace2-remsim_client.c client: Make ConfigClientBankReq with bankd_port == 0 trigger SRVC_E_DISCONNECT 2020-02-18 23:02:51 +01:00
user_shell.c client: user_shell.c: fflush() after writes to stdout 2020-02-18 23:02:51 +01:00